Get git credentials as last step before logout
This commit is contained in:
parent
99c9a67d30
commit
1f4798160d
4
install/zzz-git-identification.sh
Normal file
4
install/zzz-git-identification.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
gum format "# Enter your git credentials"
|
||||||
|
git config --global user.name "$(gum input --placeholder 'Your name')"
|
||||||
|
git config --global user.email "$(gum input --placeholder 'Your email address')"
|
||||||
|
gum format "Thanks!"
|
Loading…
Reference in New Issue
Block a user