1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-24 08:52:21 +02:00

updating doc

This commit is contained in:
Jesse Duffield 2018-07-21 16:00:05 +10:00
parent 37d9ed6712
commit 61dcbb456d

View File

@ -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