Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.