Dobeis / git_aliases

Create aliases for git commands

Home Page:https://www.npmjs.com/package/git_aliases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM

git_aliases

Create aliases for git commands:

al ~> "config --get-regexp ^alias\."
co ~> checkout
cb ~> "checkout -b"
ca ~> "checkout -a"
br ~> branch
ba ~> "branch -a"
ci ~> commit
st ~> "status -s"
ft ~> fetch
pl ~> pull
ps ~> push
ad ~> "add ."
cm ~> "commit -m"
in ~> init
lg ~> "log --pretty='> %Cred%h %Creset| %Cgreen"%s"%Creset | %Cblue%an%Creset - %ar' -10"
la ~> "log --oneline --all --graph"
rv ~> "remote -v"
df ~> diff

Access "output" folder for windows, mac and linux executables.

or use npm

npm i -g git_aliases

About

Create aliases for git commands

https://www.npmjs.com/package/git_aliases

License:MIT License


Languages

Language:JavaScript 100.0%