Skip to content

bossjones/boss-git-zsh-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

GIT ZSH PLUGIN


FEATURES

Alias Function Description
g git
ga git add
gall git add .
gb git branch
gb git branch
gba git branch -a
gc git commit -v
gca git commit -v -a
gci git commit --interactive
gcl git clone
gcl git clone
gcm git commit -v -m
gco git checkout
gco git checkout
gcount git shortlog -sn
gcp git cherry-pick
gdel git branch -D
get git
gexport git archive --format zip --output
gl git pull
gll git log --graph --pretty=oneline --abbrev-commit
gm git merge
gmu git fetch origin -v; git fetch upstream -v; git merge upstream/master
gp git push
gpo git push origin
gpp git pull && git push
gpr git pull --rebase
gpr git pull --rebase
gs git status
gs git status
gsl git shortlog -sn
gss git status -s
gst git status
gup git fetch && git rebase
gus git reset HEAD
gw git whatchanged

CONTRIBUTORS


How to write your own zsh plugin for oh-my-zsh

Adding a new plugin

About

ZSH plugin for managing git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages