Git Terminal Assistent
Pre-release
Pre-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 |