Skip to content

Instantly share code, notes, and snippets.

@gucheen
Created August 28, 2020 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gucheen/0703f6102109eb3b7eb653893258c939 to your computer and use it in GitHub Desktop.
Save gucheen/0703f6102109eb3b7eb653893258c939 to your computer and use it in GitHub Desktop.
easily change git profile
alias git_as_gucheng='git config user.name "Cheng Gu" && git config user.email "guchengf@gmail.com" && git config user.signingKey xxxxx'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment