Skip to content

Instantly share code, notes, and snippets.

View Ron-Lavi's full-sized avatar

Ron Lavi Ron-Lavi

  • Red Hat Israel
  • Israel
View GitHub Profile
@rabajaj0509
rabajaj0509 / .bashrc
Last active October 13, 2020 07:48
List of my shortcuts for everyday commands!
# User specific aliases and functions
# Git Aliases
alias ga='git add'
alias gb='git branch'
alias gcb='git checkout -b'
alias gco='git checkout'
alias gpf='git push -f origin'
alias gp='git push origin'
alias gc='git commit -m'
alias gca='git commit --amend'