Skip to content

Instantly share code, notes, and snippets.

@marcelosantos
Last active May 5, 2017 16:05
Show Gist options
  • Save marcelosantos/65ba604ed92873e5dee7e987ebbedaff to your computer and use it in GitHub Desktop.
Save marcelosantos/65ba604ed92873e5dee7e987ebbedaff to your computer and use it in GitHub Desktop.

Show git config local

git config --local --list

Change author with amend

git commit --amend --author "New Author Name <[email protected]>" 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment