Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git https to ssh

git remote set-url origin git@github.com:username/repo-name-here.git
Comment

git use ssh instead of https

git config --global url.ssh://git@github.com/.insteadOf https://github.com/
Comment

git with ssh instead of https

git config --global url.ssh://git@github.com/.insteadOf https://github.com/
Comment

PREVIOUS NEXT
Code Example
Shell :: delete folder from repo 
Shell :: install docker centos 7 
Shell :: how to cat only the first ten lines of a file linux 
Shell :: vim delete every other line 
Shell :: set up ssh for github 
Shell :: add alias fish shell 
Shell :: how to format pendrive on ubuntu 
Shell :: github actions install postgres 
Shell :: install mongodb debian 10 
Shell :: django oauth toolkit 
Shell :: vscode publish to github organisation 
Shell :: install spotify on ubuntu 
Shell :: git clone with different folder name 
Shell :: apt install codium 
Shell :: search everithing for ubuntu 
Shell :: linux makefile 
Shell :: sed delete line match 
Shell :: linux mount sd card 
Shell :: cmd run exe as service 
Shell :: what is bash 
Shell :: how to add code to git 
Shell :: github show current branch 
Shell :: run crontab locally in windows 
Shell :: install solidity compiler command with version 
Shell :: linux command to copy file 
Shell :: git flow sourcetree command 
Shell :: mkdir command 
Shell :: sitecore powershell repo 
Shell :: bash: udevadm: command not found 
Shell :: zsh get first line 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =