Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

git-commands

set the pull and push urls

Set the primary URL (used for fetch, usually SSH):

git remote set-url origin git@github.com:your-user/your-repo.git

Add the second URL (used for pushing, usually HTTPS):

git remote set-url --add --push origin https://github.com/your-user/your-repo.git

Check urls

git remote -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors