oh-my-git-aliases
My set of git aliases inspired by oh-my-zsh git plugin. With these aliases you can improve the way you work with git, by using less keystrokes. Some of them also help to execute more complicated tasks with a single command.
If you want to know more see my blog post.
Demo
Installation
- Download
oh-my-zsh-aliases.sh
, save to it to~/.oh-my-zsh-aliases.sh
. - Add a reference to your shell's configuration file (e.g.
~/.zshrc
,~/.bash_profile
o~/.profile
):
source ~/.oh-my-zsh-aliases
- Restart your terminal.
License
This project is release under the MIT license.