Common utility commands for Git repositories.
:package: NPM,
:smiley_cat: GitHub,
:scroll: Files,
:blue_book: Wiki.
This is an extension of "git-extras" and "git-extra-commands", including
some additional commonly used git tools; cpush, apush, and xclone. You
can install this with npm install -g extra-git
.
Stability: Experimental.
$ egit cpush "message"
$ egit apush
$ egit xclone openstack/openstack
$ egit clear
$ egit authors --list
$ egit authors --list --no-email
$ git squash fixed-cursor-styling
$ git squash fixed-cursor-styling "Fixed cursor styling"
$ git squash 95b7c52
$ git squash HEAD~3
$ git squash HEAD~3 "Work on a feature"
$ egit branch-name
$ egit delete-local-merged
$ egit ignored
Index
Name | Action |
---|
[is] | Checks if value is boolean. |