Skip to content

yrohitha/alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

alias

πŸ“ commonly used git aliases

Installation

$ source alias.sh

Aliases

Alias Command
gs git status
gd git diff
gdc git diff --cached
gl git log
gpom git pull origin main
gpos git pull origin staging
gpoc git pull origin canary
gpod git pull origin dev
gpum git pull upstream main
gf git fetch
gp git push
gpuo git push -u origin
ga git add .
gm git commit -m
gam git add . && git commit -m
gb git branch
gco git checkout
gcom git checkout main
gcoc git checkout canary
gcod git checkout dev
gcob git checkout -b
gc git clone
gr git rebase
grm git rebase main
grc git rebase --continue
grs git rebase --skip
gcp git cherry-pick
gmm git merge main

License

MIT

About

πŸ“ commonly used git aliases

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages