steevanb/gitscripts

Scripts for git

Maintainers

Package info

github.com/steevanb/gitscripts

Language:Shell

Type:scripts

pkg:composer/steevanb/gitscripts

Statistics

Installs: 12 022

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

3.0.0 2022-11-07 10:11 UTC

This package is auto-updated.

Last update: 2026-03-07 17:42:50 UTC


README

version Lines Total Downloads

Some bash scripts to help you using git.

Changelog

Available scripts

status.sh : search and call git status on each repositories under current directory (like vendor)

addtag.sh : add a tag and push all tags

deltag.sh : delete tags, and push only deleted tags

push.sh : push only the current branch to origin

rebase.sh : stash your changes if needed, fetch, rebase, and pop your changes if needed

deluntrackedbranch.sh : delete local branches who are deleted on remote

renamebranch.sh : rename local branch and push change to origin