Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

zsh git aliases

#https://kapeli.com/cheat_sheets/Oh-My-Zsh_Git.docset/Contents/Resources/Documents/index

> zsh
> alias | grep git  

g=git
ga='git add'
gaa='git add --all'
gam='git am'
gama='git am --abort'
gamc='git am --continue'
gams='git am --skip'
gamscp='git am --show-current-patch'
gap='git apply'
gapa='git add --patch'
gapt='git apply --3way'
gau='git add --update'
gav='git add --verbose'
gb='git branch'
gbD='git branch -D'
gba='git branch -a'
gbd='git branch -d'
gbda='git branch --no-color --merged | command grep -vE "^([+*]|s*($(git_main_branch)|$(git_develop_branch))s*$)" | command xargs git branch -d 2>/dev/null'
gbl='git blame -b -w'
gbnm='git branch --no-merged'
gbr='git branch --remote'
gbs='git bisect'
gbsb='git bisect bad'
gbsg='git bisect good'
gbsr='git bisect reset'
gbss='git bisect start'
...
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu turn off screen terminal 
Shell :: difference between rebase and merge in git 
Shell :: how to cat a file that has spaces 
Shell :: enable systemd 
Shell :: installing gmp on mac os 
Shell :: registry open run 
Shell :: git delete commit 4785cd1e041 
Shell :: remove all files starting with linux 
Shell :: create a new git repository on the command line 
Shell :: ftp download directory 
Shell :: how to change port for xampp 
Shell :: git submodule example 
Shell :: remove old docker installs linux mint 
Shell :: setoolkit kali linux install 
Shell :: git pulling one file from a branch 
Shell :: github merge 
Shell :: git config --list 
Shell :: zgrep recursive 
Shell :: gatsby plugin image 
Shell :: linux iso dd 
Shell :: docker connect usb device 
Shell :: how to pull a new remote branch 
Shell :: install ros 
Shell :: ubuntu cat last 10 lines 
Shell :: bash tokenize string 
Shell :: cudaa nn version 
Shell :: yarn uninstall 
Shell :: emporary failure resolving 
Shell :: download terraform 
Shell :: git asking for passphrase after restart 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =