https://github.com/ysfscream/autogit
⚙️ Automate git rebase and force push. Download in
https://github.com/ysfscream/autogit
Last synced: 2 months ago
JSON representation
⚙️ Automate git rebase and force push. Download in
- Host: GitHub
- URL: https://github.com/ysfscream/autogit
- Owner: ysfscream
- Created: 2018-03-01T08:54:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T09:29:06.000Z (about 7 years ago)
- Last Synced: 2025-01-20T09:07:14.302Z (4 months ago)
- Language: Shell
- Homepage: https://github.com/ysfscream/git-rebase-automated-tool/releases
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-rebase-automated-tool
⚙️ Automate git rebase and force push.
Git simplifies the git rebase -i HEAD~$num -> vi -> git push -f process.
# Usage
- Copy the `autogit.sh` to you want to git where the root directory of project.
- Open a terminal```shell
$ chmod u+x autogit.sh$ ./autogit.sh