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 8541657 commit a8a8054Copy full SHA for a8a8054
.github/gnu_patchtest.sh
@@ -13,7 +13,7 @@ function ourmain() {
13
git config --global user.name "Your Name"
14
git_clone --no-checkout --no-recurse-submodules --quiet --use-ref-src https://github.com/coreutils/gnulib.git .
15
git remote add ours https://github.com/mitchcapper/gnulib
16
- git fetch ours --quiet --all
+ git fetch --quiet --all
17
git branch -D master
18
git checkout ours/master --quiet
19
git branch master -u origin/master
0 commit comments