The setup script
This commit is contained in:
parent
6e09ff289b
commit
49fa4a5d7b
1 changed files with 5 additions and 0 deletions
5
doit.sh
Normal file
5
doit.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
set -x
|
||||||
|
git init
|
||||||
|
for a in {0..100}; do git branch br$a; git switch br$a; touch br$a; git add br$a; git commit -m br$a; done
|
||||||
|
git switch main
|
||||||
|
git merge `for a in {0..100}; do echo br$a; done`
|
Loading…
Reference in a new issue