Skip to content

Commit d37e32f

Browse files
author
Ben Podgursky
committed
add aliases in case they aren't set up locally
1 parent 6b69b70 commit d37e32f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ TARGET_DIR="$1"
77
mkdir -p $TARGET_DIR
88
cd $TARGET_DIR
99

10+
# make sure the aliases used later actually work
11+
git config alias.co checkout
12+
git config alias.br branch
13+
git config alias.ci commit
14+
git config alias.st status
15+
1016
git init
1117
> README.txt
1218

0 commit comments

Comments
 (0)