Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewslotin/gitrebase
A plugin for Sublime Text 3 that makes git rebase a little bit more convenient.
https://github.com/andrewslotin/gitrebase
Last synced: 28 days ago
JSON representation
A plugin for Sublime Text 3 that makes git rebase a little bit more convenient.
- Host: GitHub
- URL: https://github.com/andrewslotin/gitrebase
- Owner: andrewslotin
- License: mit
- Created: 2014-12-03T09:04:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T15:21:43.000Z (almost 10 years ago)
- Last Synced: 2023-03-11T06:12:40.072Z (over 1 year ago)
- Language: Python
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GitRebase
=========A plugin for Sublime Text 3 that makes git rebase a little bit more convenient.
Installation
------------Go to your Sublime Text 3 packages directory and `git clone` this repository.
OS X:
```bash
cd "$HOME/Library/Application Support/Sublime Text 3/Packages"
git clone [email protected]:andrewslotin/GitRebase.git
```