Releases: cdrobaina01/git-snippets
Releases · cdrobaina01/git-snippets
Git Terminal Assistent
@ : 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 |
Git Terminal Assistent
Contents
Basic Git Snippets:
A compilation of snippets for making faster and easier work with Git on a Terminal.
Snippet | Command |
---|---|
gst | git status |
gad | git add . |
gcom | git commit -m "" |
gpush | git push |
gpul | git pull |
gmer | git merge |
gclone | git clone |
Coding Assistent
Coding Assistent v0.1
Contents:
- **Basic Git Snippets: ** A compilation of snippets for making faster and easier work with Git on a Terminal.
- **Directional Keys Remap: ** Remapping of the arrow keys for making easier to reach them without to move your hand out of typing position.
Contenido:
- **Basic Git Snippets: ** Una compilación de comandos para facilitar y agiliza el uso de Git en una Terminal.
- **Directional Keys Remap: ** Reasigna las teclas de flechas para que sea más fácil el utilizarlas sin mover las manos fuera de la posición de escritura.