We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f3ebd commit 01aad22Copy full SHA for 01aad22
examples/singleapp/git_archive/main.go
@@ -128,7 +128,7 @@ func run() error {
128
// $ git archive --prefix=archive/ main $(git diff --name-only ${REV1} ${REV2}) -o archive.zip
129
// --------------------------------------------------------------------------------------------
130
131
- // 最新のコミットハッシュを取得
+ // コミットハッシュを取得
132
var (
133
from string
134
to string
0 commit comments