Skip to content

nwhee/git_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Future Reference

Git Commands

Adding a Second Remote Origin

$ git remote add second https://github.com/username/second-repo.git

$ git remote -v is helpful here

Adding Pushurls For a Given Remote

$ git remote set-url --add --push origin git://original/repo.git

git remote set-url --add --push origin git://another/repo.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published