git_remotes

This is an old revision of the document!


Discussion and demonstration of remote tracking branches and adding remotes.

$ git ls-remote [<remote>]
$ git remote -v
$ git remote prune
$ git fetch --all
$ git push origin thisbranch:thatbranch
$ git push origin --delete <branchname>
$ git fetch [-p|--prune]
  • git_remotes.1554342157.txt.gz
  • Last modified: 2019/04/04 01:42
  • by rpjday