Giter Club home page Giter Club logo

gitbang's Introduction

GitBang

A small and minimal Git GUI client written in Flutter.

Introduction

The program functions very similarly to Git CLI, but is much more mouse based.

  • To open, clone, or initialize a repository, hit the "+" icon in the top left. Once you load a repository, you'll be given a list of files and their statuses.
  • On the far left of each file is an icon. If it's blank, then the file has been unchanged from the repository. If it's red, that means that there are changes not staged for commit, and green means that all changes are staged. If it's purple, that means that some changes are staged, while there are also some that aren't.
    • Click on the icon to toggle between staged and unstaged.
    • If a name is greyed out, that means that the file is deleted but cached.
  • Once you are finished, you have a selection of options by clicking on the 3 dots icon on the top right. You can make a new commit with the staged changes, revert a previous commit based on it's ID, pull (download) commits or push (upload) new commits.
    • More options also include a list of stashes (and an interface to make new stashes), a list of branches, and a commit history option.

Demonstration

A video of GitBang in action performing basic Git tasks can be found here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.