Skip to content

Instantly share code, notes, and snippets.

@skullvalanche
Created January 11, 2025 22:46
Show Gist options
  • Select an option

  • Save skullvalanche/99b040f620563fb6c3a096e9ac83b6de to your computer and use it in GitHub Desktop.

Select an option

Save skullvalanche/99b040f620563fb6c3a096e9ac83b6de to your computer and use it in GitHub Desktop.
per repo git config cheatsheet

Set local User and Email

git config set user.name Skull git config set user.email [email protected]

Set local ssh command to use a specific key

git config core.sshCommand 'ssh -i ~/.ssh/github_skull_rsa_personal'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment