Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

login to github vscode using personal access tokens

Set the current directory to your Project root

> cd <project-folder>

Run the command to set remote access via token
> git remote set-url origin https://<username>:<personal-access-token>@github.com/<username>/<repository-name>.git

Example:

> git remote set-url origin https://sampleuser:a7b19929***58fe65d1c@github.com/sampleuser/sampleproject.git
Comment

PREVIOUS NEXT
Code Example
Shell :: terminator for kali linux 
Shell :: how to install linux headers on arch 
Shell :: how to make a .sh file executable 
Shell :: uvicorn ERROR: [Errno 98] Address already in use 
Shell :: ubuntu set environment variable permanently 
Shell :: check docker swarm status 
Shell :: remove a file from git commit 
Shell :: print scipy version 
Shell :: vscode showing deleted branches 
Shell :: moving files in terminal 
Shell :: git push origin main not working 
Shell :: arch pacman remove 
Shell :: remove a link linux 
Shell :: debian terminal paste 
Shell :: bash string length 
Shell :: composer upgrade to 2 
Shell :: how to commit single file in git 
Shell :: how to update linux 
Shell :: ssh without password 
Shell :: git clone command 
Shell :: tkcalendar install 
Shell :: docker compose command bash permission denied 
Shell :: how to install xdebug on Windows 
Shell :: yum install tesseract-ocr 
Shell :: how to uninstall unity termanl command 
Shell :: delete commit from pr 
Shell :: run global packages macos composer 
Shell :: hw to login to git 
Shell :: install AMD drivers on Ubuntu 21.04 
Shell :: windows how to install and use RSAT tools 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =