687
edits
Changes
no edit summary
This will work even if <code>$HOME/go</code> doesn't exist.
== 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)]