summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-07-21 16:00:05 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-07-21 16:00:05 +1000
commit61dcbb456d42fefc8aaac456e02c40bdef7de774 (patch)
tree923d70c46bc48c1ef395031956f82cdc40332aa4 /test
parent37d9ed6712a529c5264ced2967c7aa504d893af9 (diff)
updating doc
Diffstat (limited to 'test')
-rwxr-xr-xtest/generate_basic_repo.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/generate_basic_repo.sh b/test/generate_basic_repo.sh
index e7f567a23..385ea8520 100755
--- a/test/generate_basic_repo.sh
+++ b/test/generate_basic_repo.sh
@@ -3,6 +3,9 @@
# this script will make a repo with a master and develop branch, where we end up
# on the master branch and if we try and merge master we get a merge conflict
+# call this command from the test directory:
+# ./generate_basic_repo.sh; cd testrepo; gg; cd ..
+
# -e means exit if something fails
# -x means print out simple commands before running them
set -ex