Skip to content

Instantly share code, notes, and snippets.

@Voltra
Last active February 7, 2020 19:20
Show Gist options
  • Save Voltra/8337a1c4cc5673bd29456dd564a37cd4 to your computer and use it in GitHub Desktop.
Save Voltra/8337a1c4cc5673bd29456dd564a37cd4 to your computer and use it in GitHub Desktop.
Mfking .bashrc (Polytech)
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