mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 12:03:48 +03:00
Set user.email and user.name so git commit won't fail
This commit is contained in:
parent
5ca5eb7fc3
commit
22c62f67bf
@ -28,6 +28,8 @@ _git # CHECK: main ?1
|
||||
git add foo >/dev/null 2>&1
|
||||
_git # CHECK: main +1
|
||||
|
||||
git config --global user.email "you@example.com"
|
||||
git config --global user.name "Your Name"
|
||||
git commit -am 'Add foo' >/dev/null 2>&1
|
||||
|
||||
# Dirty
|
||||
|
Loading…
Reference in New Issue
Block a user