https://github.com/dotenorio/git_aliases
Create aliases for git commands
https://github.com/dotenorio/git_aliases
alias aliases git hacktoberfest linux mac windows
Last synced: 11 months ago
JSON representation
Create aliases for git commands
- Host: GitHub
- URL: https://github.com/dotenorio/git_aliases
- Owner: dotenorio
- License: mit
- Created: 2018-05-29T13:43:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T18:59:14.000Z (about 3 years ago)
- Last Synced: 2024-10-26T14:54:36.300Z (over 1 year ago)
- Topics: alias, aliases, git, hacktoberfest, linux, mac, windows
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/git_aliases
- Size: 49.7 MB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://nodei.co/npm/git_aliases/)
# 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
psdc: 'config --global push.default current',
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](https://github.com/dotenorio/git_aliases/releases/latest)" release for windows, mac and linux executables.
or use npm
`npm i -g git_aliases`