Last active
September 22, 2019 12:04
-
-
Save YasienDwieb/edd1cf2022f8d14bb1b7816473a06d14 to your computer and use it in GitHub Desktop.
Linux most used aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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