diff --git a/docs/misc/git.md b/docs/misc/git.md index b4184c5..4e1e319 100644 --- a/docs/misc/git.md +++ b/docs/misc/git.md @@ -71,6 +71,10 @@ The applied config in each repository is the combination of all three scopes in `git remote add `: add a remote `git remote remove `: remove the specified remote `git remote rename `: rename a remote +`git remote set-url `: change the URL for the remote +`git remote set-url --add `: add another URL for the remote +`git remote set-url --add --push `: add another push URL for the remote +`git remote set-url `: change the URL for rhe remote `git branch -u|--set-upstream-to=/`: set up correspondence between local and remote branch `git push`: send objects to default remote on current branch