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 1857f9f commit 6fc5413Copy full SHA for 6fc5413
src/test/bash/create-sample-git-project.sh
@@ -3,10 +3,10 @@
3
echo "Running $0 ..."
4
TARGET_DIR="$1"
5
6
-git config --global alias.co checkout
7
-git config --global alias.br branch
8
-git config --global alias.ci commit
9
-git config --global alias.st status
+git config alias.co checkout
+git config alias.br branch
+git config alias.ci commit
+git config alias.st status
10
11
#rm -rf $TARGET_DIR
12
mkdir -p $TARGET_DIR
0 commit comments