Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Github Personal Access Token

# How to set up Github Personal Access Token (from Terminal)
# First you need to set the remote URL of your repo
git remote add origin remote_url_here
# then you update the remote URL with your token
git remote set-url origin https://put_username_here:put_token_here@github.com/put_username_here/repo-name.git
Comment

how to push to github with personal access token

# After pushing the first time, do this

# Enable caching for 7200 seconds (2 hours)
git config --global credential.helper 'cache --timeout 7200'
Comment

PREVIOUS NEXT
Code Example
Shell :: linux echo variable value 
Shell :: bash array and for loop 
Shell :: asdf check node version 
Shell :: break a symbolic link in linux 
Shell :: rename a.out 
Shell :: sh how to not store a command in history 
Shell :: virtualbox extension pack linux 
Shell :: relocating shards stuck elasticsearch 
Shell :: turn on wiregurad linux 
Shell :: rename folder in terminal 
Shell :: launch edge from wsl 
Shell :: alias pc ubuntu ssh 
Shell :: vscode regex src 
Shell :: odoo run command line 
Shell :: add ssh public key to server 
Shell :: enter passphrase is asking for password 
Shell :: deploy a static website to heroku 
Shell :: Install nomachine in jetson nano 
Shell :: initialize a local repository 
Shell :: print batch 
Shell :: where does redis store data 
Shell :: viewing ubuntu desktop from windows in the same network 
Shell :: crontab edit 
Shell :: linux which command 
Shell :: powershell delete all files wit hextension 
Shell :: python zlib 
Shell :: parrot os postman download 
Shell :: how to clear a file without deleting it linux 
Shell :: git restoring deleted files 
Shell :: wpa_supplicant connect to wifi 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =