Skip to content

Instantly share code, notes, and snippets.

View sainathpabba-thrymr's full-sized avatar

sainathpabba-thrymr

View GitHub Profile
@sainathpabba-thrymr
sainathpabba-thrymr / .bash_profile
Created October 23, 2018 12:17 — forked from tboztuna/.bash_profile
My useful shortcuts in ~/.bash_profile
# ----------------------
# Git Aliases
# ----------------------
# Thanks to Jonathan Suh
alias ga='git add'
alias gaa='git add .'
alias gaaa='git add -A'
alias gb='git branch'
alias gbd='git branch -d '
alias gc='git commit'