mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
[rebase] Fix errors; update dependencies
Argument must be []byte not string Don't commit bomtest.txt
This commit is contained in:
parent
3a31b84d1a
commit
74d81ae080
8 changed files with 113 additions and 73 deletions
|
@ -3,7 +3,8 @@ set -ex; rm -rf repo; mkdir repo; cd repo
|
|||
|
||||
git init
|
||||
|
||||
cat <<EOT >> bomtest.txt A,B,C,D,E
|
||||
cat <<EOT >> bomtest.txt
|
||||
A,B,C,D,E
|
||||
F,G,H,I,J
|
||||
K,L,M,N,O
|
||||
P,Q,R,S,T
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue