1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-23 00:39:13 +02:00

try having at least one commit created

This commit is contained in:
Jesse Duffield
2022-07-05 18:43:44 +10:00
parent 6d133fd611
commit a99255c18b
33 changed files with 33 additions and 3 deletions

View File

@ -9,5 +9,7 @@ git init
git config user.email "CI@example.com"
git config user.name "CI"
git commit --allow-empty -m "Initial commit"
echo test1 > .gitignore