Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add token to cli git

git remote add origin https://[USERNAME]:[NEW TOKEN]@github.com/[USERNAME]/[REPO].git
//how to generate token : https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token
//or if you have set origin before 
git remote set-url origin https://[USERNAME]:[NEW TOKEN]@github.com/[USERNAME]/[REPO].git
Comment

PREVIOUS NEXT
Code Example
Shell :: git log format online 
Shell :: give root permission to user ubuntu 
Shell :: linux zip a folder without compression 
Shell :: list usb devices 
Shell :: bash while read line loop from variable 
Shell :: default field separator recognized by awk 
Shell :: git default branch name config 
Shell :: bash replace newline with space 
Shell :: stop port in use 8000 
Shell :: laravel 8 composer install 
Shell :: it is required that your private key files are not accessible by others 
Shell :: git pasar de https a ssh 
Shell :: tmux set color 
Shell :: linux file size 
Shell :: Could not load project management plugin KDevCMakeManager. 
Shell :: check permissions for a folder in ubuntu 
Shell :: Cannot determine which native SDK version your project uses because the module `expo` is not installed. Please install it with `yarn add expo` and try again. 
Shell :: asdf current 
Shell :: git pull and overwrite 
Shell :: extract video title from youtube playlist 
Shell :: turn of raspberry 
Shell :: error: src refspec master does not match any error: failed to push some refs to android studio 
Shell :: stop recording shortcut ubuntu 22.04 
Shell :: hstr editor 
Shell :: bash while true 
Shell :: error installing psycopg2 
Shell :: msiexec wait for completion powershell 
Shell :: bash remove directory 
Shell :: apache2 change directory root 
Shell :: git stash back 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =