https://github.com/fryguy/git-aliae
A collection of git scripts and aliases
https://github.com/fryguy/git-aliae
Last synced: 4 months ago
JSON representation
A collection of git scripts and aliases
- Host: GitHub
- URL: https://github.com/fryguy/git-aliae
- Owner: Fryguy
- License: mit
- Created: 2016-12-09T20:16:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T21:19:39.000Z (over 9 years ago)
- Last Synced: 2025-12-10T07:43:45.750Z (7 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-aliae
A collection of git scripts and aliases.
Inspired by https://github.com/ConradIrwin/git-aliae, this repo provides some
additional git aliases. In particular it focuses on much simpler incarnations of
`git filter-branch` for the most common filter-branch tasks.
# Installation
To install the git-aliae, just clone the repository to a known location (git clone git@github.com:Fryguy/git-aliae) and then add export PATH=$PATH:/path/to/git-aliae/bin to your ~/.bashrc.
If you also want to use the wip commands, then export PATH=$PATH:/path/to/git-aliae/wip in addition to the previous line.
Also feel free to just copy and paste commands into any directory that's already in your $PATH.
# License
Licensed under the [MIT License](LICENSE).