Skip to content

TheJaredWilcurt/UGUI-Git-Branch-Deleter

Repository files navigation

UGUI: Git Branch Deleter Logo

This is a GUI that allows you to easily delete branches from a Git repo.

Screenshot:

Screenshot

This project uses the UGUI 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 if you don't have it.
  2. Download this.
  3. Unzip.
  4. Run the packaged exe.

How to run Git Branch Deleter on OSX and Ubuntu

  1. Download/Install Git if you don't have it.
  2. Download/Install Node.js
  3. Download UGUI: Git Branch Deleter
  4. Unzip it, then navigate to it's folder in Terminal
  5. npm install
  6. npm start

If you get an error, you likely need to install Node.js to get NPM (Node Package Manager).


Credits: