Skip to content

Instantly share code, notes, and snippets.

@JoshuaFrontEnd
Last active January 15, 2018 14:04
Show Gist options
  • Save JoshuaFrontEnd/eb96421dc12bbc2b286c72077333b6cb to your computer and use it in GitHub Desktop.
Save JoshuaFrontEnd/eb96421dc12bbc2b286c72077333b6cb to your computer and use it in GitHub Desktop.
Alias para git log y git status
git log
git config --global alias.lg "log --oneline --decorate --all --graph"
git lg
git status
git config --global alias.s "status -s -b"
git s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment