git gss
# ----------------------
# Git Aliases
# ----------------------
alias ga='git add'
alias gaa='git add .'
alias gaaa='git add --all'
alias gau='git add --update'
alias gb='git branch'
alias gbd='git branch --delete '
alias gc='git commit'
alias gcm='git commit --message'
alias gcf='git commit --fixup'
alias gco='git checkout'
alias gcob='git checkout -b'
alias gcom='git checkout master'
alias gcos='git checkout staging'
alias gcod='git checkout develop'
alias gd='git diff'
alias gda='git diff HEAD'
alias gi='git init'
alias glg='git log --graph --oneline --decorate --all'
alias gld='git log --pretty=format:"%h %ad %s" --date=short --all'
alias gm='git merge --no-ff'
alias gma='git merge --abort'
alias gmc='git merge --continue'
alias gp='git pull'
alias gpr='git pull --rebase'
alias gr='git rebase'
alias gs='git status'
alias gss='git status --short'
alias gst='git stash'
alias gsta='git stash apply'
alias gstd='git stash drop'
alias gstl='git stash list'
alias gstp='git stash pop'
alias gsts='git stash save'
# ----------------------
# Git Functions
# ----------------------
# Git log find by commit message
function glf() { git log --all --grep="$1"; }
Also in Shell:
- linux unzip with password
- git commit all
- abbreviated stat for git
- download all branched on git clone
- git rename file
- git how to delete origin branch
- force git to use ssh
- linux get current user
- shell count number of columns
- How to find your ip on debian linux wsl
- linux loop over all arguments one by one
- git hooks
- pod deintegrate
- ubuntu remove directory
- delete a github repository using bash
- install makecert windows 10
- greater than certain value from pipe shell
- heroku cli
- find npm version
- checking for existing ssh keys
- Macbook git user config global
- default root password ubuntu 18.04
- bash find files and operator
- hyper-v powershell add scsi DVD