mirror of https://github.com/golang/go.git
cmd/go: explicitly name the default branch “main” in testdata/vcstest/git/issue57650.txt
Updates #47650. Change-Id: I90c0a51b390326129643d5b90fe935d44e5e5372 Reviewed-on: https://go-review.googlesource.com/c/go/+/549155 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Bryan Mills <bcmills@google.com> Auto-Submit: Bryan Mills <bcmills@google.com> Reviewed-by: Michael Matloob <matloob@golang.org>
This commit is contained in:
parent
b18b058816
commit
e70d343306
|
|
@ -10,6 +10,7 @@ git init
|
||||||
at 2021-08-11T13:52:00-04:00
|
at 2021-08-11T13:52:00-04:00
|
||||||
git add cmd
|
git add cmd
|
||||||
git commit -m 'add cmd/issue47650'
|
git commit -m 'add cmd/issue47650'
|
||||||
|
git branch -m main
|
||||||
git tag v0.1.0
|
git tag v0.1.0
|
||||||
|
|
||||||
git add go.mod
|
git add go.mod
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue