mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-04 03:48:07 +02:00
init repo before setting username
This commit is contained in:
parent
11d766053e
commit
bd9e85a2d2
@ -4,11 +4,10 @@ set -e
|
||||
|
||||
cd $1
|
||||
|
||||
git init
|
||||
|
||||
git config user.email "CI@example.com"
|
||||
git config user.name "CI"
|
||||
|
||||
git init
|
||||
|
||||
|
||||
echo test1 > .gitignore
|
||||
|
||||
|
@ -3,11 +3,11 @@
|
||||
set -e
|
||||
|
||||
cd $1
|
||||
git config user.email "CI@example.com"
|
||||
git config user.name "CI"
|
||||
|
||||
git init
|
||||
|
||||
git config user.email "CI@example.com"
|
||||
git config user.name "CI"
|
||||
|
||||
echo test1 > myfile1
|
||||
|
||||
|
@ -3,11 +3,10 @@
|
||||
set -e
|
||||
|
||||
cd $1
|
||||
git config user.email "CI@example.com"
|
||||
git config user.name "CI"
|
||||
|
||||
git init
|
||||
|
||||
git config user.email "CI@example.com"
|
||||
git config user.name "CI"
|
||||
|
||||
echo test1 > myfile1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user