Patchouli's Computatrunomicon

Search IconIcon to open search

git

Last updated May 30, 2022.

rebase

head

merge vs rebase

change remote: git remote set-url origin ssh

1
2
3
4
Older (backwards-compatible) syntax:
$ git remote rm upstream
Newer syntax for newer git versions: (* see below)
$ git remote remove upstream

https://www.kernel.org/pub/software/scm/git/docs/git-remote.html

# Sources

Own notes


Interactive Graph