mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
init repo before setting username
This commit is contained in:
parent
11d766053e
commit
bd9e85a2d2
3 changed files with 6 additions and 8 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue