An open API service indexing awesome lists of open source software.

https://github.com/larsbrinkhoff/git-scripts

Scripts for automating git and GitHub tasks
https://github.com/larsbrinkhoff/git-scripts

Last synced: 3 months ago
JSON representation

Scripts for automating git and GitHub tasks

Awesome Lists containing this project

README

          

These scripts extends git with some useful functionality.

- `git pull-all` - Fetch from remotes and fast-forward the master branch.
- `git rebase-all` - Rebases all local branches onto `master`.
- `git rm-br ` - Remove local, tracking, and remote branch.
- `git clean-branches` - Delete branches whose upstream has gone.
- `git ff []` - Fast-forward merge.
- `git st` - Current branch and working tree status.
- `git hub assign [] []` - Assign GitHub issue or pull request.
- `git hub clone <[user/]repo>` - Clone GitHub repository.
- `git hub close ` - Close GitHub issue or pull request.
- `git hub issue` - Create new GitHub issue.
- `git hub label ` - Set GitHub issue label.
- `git hub new ` - Create new GitHub repository.
- `git hub pr` - Create a GitHub pull request from current branch, to `upstream/master`.
- `git hub pr ` - Convert a GitHub issue to a pull request.
- `git hub rm ` - Remove GitHub repository.
- `git stat [...]` - Show diffstat.

Install them somewhere in your PATH, e.g.

make install prefix=$HOME