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

github update personal access token

export "GITHUB_TOKEN="ghp_xxxxxxx"" >> ~/.bash_profile
source ~/.bash_profile
gh auth login
Comment

PREVIOUS NEXT
Code Example
Shell :: remove all files starting with linux 
Shell :: du linux 
Shell :: setup teamspeak docker 
Shell :: package github.com/golang-migrate/migrate is not a main package 
Shell :: kubernetes get node taints 
Shell :: Managing the Nginx Process 
Shell :: free ram linux 
Shell :: copy files from certain date linux 
Shell :: move branch to a commit 
Shell :: linux maker user sudo 
Shell :: ubuntu windows root directory 
Shell :: jupyter lab download 
Shell :: job name getprojectmetadata does not exist 
Shell :: find file 
Shell :: Entire screen debian 
Shell :: github delete branch remote 
Shell :: pulseaudio listen to microphone 
Shell :: install brave browser download 
Shell :: Git command to Change Your Committer Name & Email Globally 
Shell :: convert dos to unix 
Shell :: List bluetooth devices 
Shell :: how to change webmin password from command line 
Shell :: howto register dll windows 10 
Shell :: xampp ubuntu 20.04 
Shell :: check linux disk ussed in wsl wwindow 
Shell :: uninstall kite 
Shell :: sed print from match to end of file 
Shell :: terminal command to sleep 
Shell :: github get repo size 
Shell :: git a clean history 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =