Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steevanb/gitscripts
Git recursive status, easiest add tag / delete tag, rebase with stash, etc
https://github.com/steevanb/gitscripts
git
Last synced: 9 days ago
JSON representation
Git recursive status, easiest add tag / delete tag, rebase with stash, etc
- Host: GitHub
- URL: https://github.com/steevanb/gitscripts
- Owner: steevanb
- Created: 2014-04-20T11:27:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T10:12:29.000Z (about 2 years ago)
- Last Synced: 2024-11-27T18:50:29.570Z (26 days ago)
- Topics: git
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gitscripts
==========[![version](https://img.shields.io/badge/version-3.0.0-green.svg)](https://github.com/steevanb/gitscripts/tree/3.0.0)
![Lines](https://img.shields.io/badge/code%20lines-665-green.svg)
![Total Downloads](https://poser.pugx.org/steevanb/gitscripts/downloads)Some bash scripts to help you using git.
[Changelog](doc/changelog.md)
Available scripts
-----------------[status.sh](doc/status.md) : search and call git status on each repositories under current directory (like vendor)
[addtag.sh](doc/addtag.md) : add a tag and push all tags
[deltag.sh](doc/deltag.md) : delete tags, and push only deleted tags
[push.sh](doc/push.md) : push only the current branch to origin
[rebase.sh](doc/rebase.md) : stash your changes if needed, fetch, rebase, and pop your changes if needed
[deluntrackedbranch.sh](doc/deluntrackedbranch.md) : delete local branches who are deleted on remote
[renamebranch.sh](doc/renamebranch.md) : rename local branch and push change to origin