Skip to content

Commit 6fc5413

Browse files
author
Ben Podgursky
committed
no need for bloba
1 parent 1857f9f commit 6fc5413

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/bash/create-sample-git-project.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
echo "Running $0 ..."
44
TARGET_DIR="$1"
55

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
6+
git config alias.co checkout
7+
git config alias.br branch
8+
git config alias.ci commit
9+
git config alias.st status
1010

1111
#rm -rf $TARGET_DIR
1212
mkdir -p $TARGET_DIR

0 commit comments

Comments
 (0)