Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thejaredwilcurt/ugui-git-branch-deleter
This is a GUI that allows you to easily delete branches from a Git repo.
https://github.com/thejaredwilcurt/ugui-git-branch-deleter
branch clubhouse delete git gus jira
Last synced: 2 months ago
JSON representation
This is a GUI that allows you to easily delete branches from a Git repo.
- Host: GitHub
- URL: https://github.com/thejaredwilcurt/ugui-git-branch-deleter
- Owner: TheJaredWilcurt
- License: mit
- Created: 2015-09-28T22:59:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T14:52:23.000Z (8 months ago)
- Last Synced: 2024-10-12T09:12:02.263Z (3 months ago)
- Topics: branch, clubhouse, delete, git, gus, jira
- Language: SCSS
- Homepage: http://TheJaredWilcurt.com/UGUI-Git-Branch-Deleter
- Size: 1.08 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![UGUI: Git Branch Deleter Logo](/_img/readme.png "UGUI: Git Branch Deleter")
This is a GUI that allows you to easily delete branches from a Git repo.
### [Download UGUI: Git Branch Deleter](http://TheJaredWilcurt.github.io/UGUI-Git-Branch-Deleter)
Screenshot:
![Screenshot](/_img/screenshot.png "Screenshot")
This project uses the **[UGUI](http://ugui.io)** framework. It's great for fast development of cross-platform desktop applications.
**Prerequisites:**
* As long as you can type `git --version` into your command line and it returns a version number you should be able to run this. It is cross platform, but relies on an existing installation of Git.
* * *
**How to run on Windows**
1. Download/Install [Git](http://git-scm.com) if you don't have it.
1. [Download this.](https://github.com/TheJaredWilcurt/UGUI-Git-Branch-Deleter/releases/download/v1.5.0/UGUI-Git-Branch-Deleter_1.5.0-win.zip)
1. Unzip.
1. Run the packaged exe.* * *
**How to run Git Branch Deleter on OSX and Ubuntu**
1. Download/Install [Git](http://git-scm.com) if you don't have it.
1. Download/Install [Node.js](http://nodejs.org)
1. Download [UGUI: Git Branch Deleter](https://github.com/TheJaredWilcurt/UGUI-Git-Branch-Deleter/archive/master.zip)
1. Unzip it, then navigate to it's folder in Terminal
1. `npm install`
1. `npm start`If you get an error, you likely need to install [Node.js](https://nodejs.org/en/download/) to get NPM (Node Package Manager).
* * *
**Credits:**
* [The Jared Wilcurt](http://github.com/TheJaredWilcurt) - Creator/Maintainer