1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-25 22:32:13 +02:00

add user email and config to test repo generators

This commit is contained in:
Jesse Duffield
2018-08-19 14:52:08 +10:00
parent cd9eada0c6
commit 6978785ccf
7 changed files with 21 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
set -ex; rm -rf repo; mkdir repo; cd repo
git init
git config user.email "test@example.com"
git config user.name "Lazygit Tester"
cp ../extras/pre-commit .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit