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
- Host: GitHub
- URL: https://github.com/larsbrinkhoff/git-scripts
- Owner: larsbrinkhoff
- Created: 2016-03-15T11:56:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T11:02:46.000Z (about 7 years ago)
- Last Synced: 2025-04-09T19:11:15.414Z (7 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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