summaryrefslogtreecommitdiffstats
path: root/test/integration/confirmQuit/setup.sh
blob: e58c74f38c6a947bf1ce08d65d5130f1ac4364fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

cd $1

git init

git config user.email "CI@example.com"
git config user.name "CI"

echo test1 > myfile1
git add .
git commit -am "myfile1"