Skip to content

Instantly share code, notes, and snippets.

@YasienDwieb
Last active September 22, 2019 12:04
Show Gist options
  • Save YasienDwieb/edd1cf2022f8d14bb1b7816473a06d14 to your computer and use it in GitHub Desktop.
Save YasienDwieb/edd1cf2022f8d14bb1b7816473a06d14 to your computer and use it in GitHub Desktop.
Linux most used aliases
# aliases
alias gs='git status'
alias gl="git log --graph --pretty=format:'%C(yellow)%d%Creset %C(cyan)%h%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=short --all"
alias gc='git add . & git commit -m '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment