Coder Social home page Coder Social logo

gitonbrowser's Introduction

gitonbrowser

gitonbrowser is a Git client on your web browser. Internally it is an express application that executes git commands behind the scenes and provides UI on any browser. One big advantage of gitonbrowser is that since it uses node and runs in a browser, it is platform independent and will run on any platform that supports node and a modern web browser.

Requirements

nodejs (https://nodejs.org)

Installation

  1. clone or download this repository anywhere on your computer.
  2. cd into the folder where you have cloned/downloaded this repository. You should be inside the folder with the package.json file.
  3. npm install
  4. npm start
  5. Open http://localhost:3000 in the browser of your choice.

To use another port (e.g. 4001), npm start 4001.

Common Errors

One common error at this point might be that the node app doesn't have write access to your git files. In this case, open an elevated command prompt / terminal app and try the above steps.

Features

This is the list of features in this git client. There might be some features I might have missed out in this list.

  1. Clone
  2. Open existing repository
  3. Pull
  4. Push
  5. Stage individual/all files
  6. Unstage individual/all files
  7. Commit files
  8. Reset individual/all files
  9. View commit graph
  10. View commits
  11. View individual file's diff in a commit
  12. View individual file's history
  13. Create branches
  14. Commit and/or push to branches
  15. View stash, delete or stash changes
  16. Rebase commits
  17. Merge branches
  18. Handle Rebase conflicts (show conflicts, one click mark as resolved)
  19. Handle Merge conflicts
  20. Search for SHAs
  21. Search for commit messages, authors, diff and file names
  22. Delete Local Branches
  23. Checkout local and remote branches

gitonbrowser's People

Contributors

batprat 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.