git_aliases

2.0.1 • Public • Published

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 "latest" release for windows, mac and linux executables.

or use npm

npm i -g git_aliases

Package Sidebar

Install

npm i git_aliases

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

4.19 kB

Total Files

4

Last publish

Collaborators

  • dotenorio
  • vrufine