A basic script for automate git commands
Basic Options
- status
- auto add
- custom add
- auto commit
- custom commit [all]
- pull
- push
- log
- view specific file from log
for this you must need revision tag. for revision tag visit 8 option or type
git log
. And then enter file address.
- view repository info
Installation/Usage
No need to install, just place gitman.bash
into your current project directory. Make sure it has execute permission.
Run it using
./gitman.bash
Support
It also support windows mintty, android (termux) and linux.