Last active
October 11, 2021 09:39
-
-
Save hochan222/e2f31456067e9ad962beee207bdbcff1 to your computer and use it in GitHub Desktop.
zshrc setting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export GPG_TTY=$(tty) | |
alias holee='git config --unset user.name&&git config --unset user.email&&git config user.name "hochan222"&&git config user.email "[email protected]"&&git config --list' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment