mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 20:13:05 +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 add foo >/dev/null 2>&1
|
||||||
_git # CHECK: main +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
|
git commit -am 'Add foo' >/dev/null 2>&1
|
||||||
|
|
||||||
# Dirty
|
# Dirty
|
||||||
|
Loading…
Reference in New Issue
Block a user