SalesforceXytoolsForSublime is Rapid development tools for Salesforce Development.

From v2.1.7 Support git command , Github Wiki

SalesforceXyTools Support Git Command

github setting

LableCommandDescription
git:versiongit --version
git:guigit gui
git:initgit init
git:addgit add $
git:add:allgit add --all
git:clonegit clone $
git:log:prettygit log $
git:log:pretty:graphgit log $
git:log:pretty:ngit log -$
git:log:pretty:graph:ngit log -$
git:fetch:allgit fetch --all
git:pull:allgit pull --all
git:branch:listgit branch $
git:branch:list_localgit branch
git:checkout:branch_namegit checkout $
git:checkout:new_branch_namegit checkout -b $
git:branch:deletegit branch --delete $
git:checkout:mastergit checkout master
git:taggit tag
git:statusgit status -s
git:loggit log
git:log:statgit log --stat
git:log:searchgit log $
git:log:taggit log $
git:log:featuregit log $
git:log:followgit log --follow [file]
git:log:diffgit log -p $
git:log:5git log -5 --pretty --oneline
git:shortloggit shortlog -sn
git:blamegit blame $
git:diffgit diff
git:diff:cachedgit diff --cached $
git:diff:headgit diff HEAD
git:diff:branch:name-onlygit diff $
git:diff:branchgit diff $
git:diff:todaygit diff --shortstat "@
git:diff:filegit diff -- "$
git:showgit show
git:show:commitgit show $
git:show:commit:name-onlygit show --name-only $
git:show:commit:filenamegit show $
git:commit:diffgit diff $
git:refloggit reflog
git:commitgit commit -m "$
git:remote:add:origingit remote add origin $
git:remote:verbosegit remote -v
git:push:origin_to_mastergit push -u origin $
git:stash:savegit stash save "$
git:stash:showgit stash show $
git:stash:show:pgit stash show $
git:stash:listgit stash list
git:stash:applygit stash apply $
git:stash:dropgit stash drop $
git:resetgit reset HEAD .
git:reset:filegit reset $
git:config:open"$
git:config:setgit config $
git:config:set:core.quotepath:falsegit config core.quotepath false
git:config:set:core.autocrlf:falsegit config core.autocrlf false
git:config:set:push.default:simplegit config push.default simple
git:config:set:credential.helper:wincredgit config credential.helper wincred

Useage

github setting