Last active
June 9, 2021 15:49
-
-
Save lukalopusina/744133f268a51f47187050a66d3fb569 to your computer and use it in GitHub Desktop.
GIT 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
# GIT | |
# -------------------------------------------- | |
alias ga="git add" | |
alias gaa="git add ." | |
alias gc="git commit -m " | |
alias gp="git push github" | |
alias gs="git status" | |
alias nah="git reset --hard; git clean -df;" | |
# -------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment