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: 3 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T14:52:23.000Z (about 1 year ago)
- Last Synced: 2025-03-01T23:27:07.567Z (4 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
# 
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:

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