Giter VIP home page Giter VIP logo

gitrobotic's Introduction

gitrobotic.png

gitrobotic

A GUI for git built using Electron React, and Nodegit. I created this project to get a grasp on the fundamentals of React, and javascript in general.

Features

  • View the commits belonging to a branch by selecting the branch name.
  • Learn more about a particular commit; like the changes pertaining to the commit, by clicking on it.
  • View complete diff of unstaged changes in Staging Area. Also, you can only choose to stage certain files to commit them later.
  • Commit individual lines/hunks by selecting them in the selective staging area.
  • Gitrobotic continually watches files for changes and updates itself automatically :)

Build Instructions

run npm install first and then run npm run rebuild. The rebuild command is required to compile nodegit. Then run npm run dev to start the webpack dev server and electron simultaneously.

Packaging

As of now, This application can only be built for linux systems with x64 arch (you can build it for other platforms by setting different options in packageApp.js, provided your machine meets the requirements for it. For more, see: https://github.com/electron-userland/electron-packager/blob/master/docs/api.md). To build the binary, just run npm run package. The binary file, along with other related files will be present in the dist/bin folder.

TODO

  • Add tagging capability.
  • Allow users to clone repos.
  • Push/Pull functionality.

License

MIT

gitrobotic's People

Contributors

nikhilshagri avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.