Skip to content

Instantly share code, notes, and snippets.

@reinzor
Last active March 2, 2016 12:24
Show Gist options
  • Save reinzor/a74a4fc542f72f94ac9f to your computer and use it in GitHub Desktop.
Save reinzor/a74a4fc542f72f94ac9f to your computer and use it in GitHub Desktop.
# Reset author of last commit
git su rein
git commit --amend --reset-author
# PS1
PS1='[\[\033[01;34m\]\w\[\033[00m\]] $(__git_ps1 "(%s)") \n\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment