https://github.com/geeeeeeeeek/gits
Shell scripts that extend git branch operations in batches, eg. creating multiple branches, etc.
https://github.com/geeeeeeeeek/gits
Last synced: 3 months ago
JSON representation
Shell scripts that extend git branch operations in batches, eg. creating multiple branches, etc.
- Host: GitHub
- URL: https://github.com/geeeeeeeeek/gits
- Owner: geeeeeeeeek
- Created: 2015-10-29T07:57:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T07:49:11.000Z (over 9 years ago)
- Last Synced: 2025-01-17T08:13:37.408Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gits
===Shell scripts that extend git commands for batch process. The original usage was creating multiple branches, one for each student.
Linux shell required. Tested in OSX bash only.
create multiple branches
---
delete multiple branches
---
This will delete **all** of your local branches, except master.
push multiple branches
---
This will push **all** of your local branches to remote origin, except master.
