Last active
February 7, 2020 19:20
-
-
Save Voltra/8337a1c4cc5673bd29456dd564a37cd4 to your computer and use it in GitHub Desktop.
Mfking .bashrc (Polytech)
This file contains 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
alias git-add="git add ." | |
alias git-commit="git commit -a -m" | |
alias git-push="git push origin master" | |
alias git-pull="git pull origin master" | |
alias git-s="git status" | |
alias git-rm="git rm -r --cached ." | |
alias git="'/c/Program Files/Git/bin/git.exe'" | |
clear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment