Skip to content

Git Terminal Assistent

Pre-release
Pre-release

Choose a tag to compare

@cdrobaina01 cdrobaina01 released this 11 Nov 16:51
· 16 commits to master since this release

@ : Optional Parameter
# : Mandatory Parameter

Snippet Command Parameters
Main Stream
gst git status
gad git add .
gcom git commit -m "<#>" Commit Message
Branching
gbr git branch <@> Branch ID
gsw git switch <#> Branch ID
gmer git merge <#> Branch ID
Remote
gft git fetch <@> <@> Remote ID & Branch ID
gpul git pull <$> Remote ID & Branch ID
gpush git push <$> Remote ID & Branch ID
gclon git clone <$> Remote ID & Branch ID
gset git pull -u origin <#> Branch ID
Others
glog git log --oneline