Changes

Jump to: navigation, search

Git Tricks

No change in size, 12:10, 20 September 2021
no edit summary
This will work even if <code>$HOME/go</code> doesn't exist.
 
== References ==
 
* [https://git-scm.com/docs/git-clone git-clone(1)]
== Only clone a specific branch ==
git clone --single-branch -b release-branch.go1.17 --no-tags https://go.googlesource.com/go go.test
 
== References ==
 
* [https://git-scm.com/docs/git-clone git-clone(1)]

Navigation menu