mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-28 16:02:01 +03:00
updating doc
This commit is contained in:
@ -3,6 +3,9 @@
|
|||||||
# this script will make a repo with a master and develop branch, where we end up
|
# 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
|
# 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
|
# -e means exit if something fails
|
||||||
# -x means print out simple commands before running them
|
# -x means print out simple commands before running them
|
||||||
set -ex
|
set -ex
|
||||||
|
Reference in New Issue
Block a user