Coder Social home page Coder Social logo

elegit's Introduction

Elegit

A graphics-based Git client for teaching people both how to work Git and how Git works.

Getting Elegit

If you just want to use Elegit, visit our website to download the application.

Tutorial

Here is a great tutorial for getting started with Elegit. Thanks to Mike Panitz for this!

Running the source code in IntelliJ:

  1. Open IntelliJ.
  2. Visit the File, Other Settings, Default Settings menu. In the dialog that pops up, go to Build, Execution, and Deployment, then Build Tools, Maven, Importing. Check the box about 2/3 of the way down the screen by "Automatically Download", next to Documentation.
  3. Check out the repository using the "Check out from Version Control option" and paste the GitHub repository URL in.
  4. It will ask you to open pom.xml. Choose yes.
  5. Let it load.
  6. It will ask at some point if you want to auto import settings from Maven; say yes.
  7. In the Project Structure menu, under Project, make sure the Project SDK is at least Java Version 8 Update 60.
  8. Run the main method of the Main class.

Supervised by Dave Musicant.

Carleton College 2015-2017. 1

elegit's People

Contributors

ahsanbarkati avatar connellyj avatar dmusican avatar erictwalker18 avatar example-user-name avatar fibrefox avatar grahamearley avatar jonesh2 avatar kileymaki avatar mmantilla avatar tatebosler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

elegit's Issues

Animations

Perfect the animations.

If possible (when horizontal), add motion to the line when a new commit appears

Show tracking status of branches

Indicate whether a branch is strictly local, strictly remote, or local with a corresponding remote branch that it is tracking.

More specific file names in working tree

Right now, if you have two files with the same name but different directories, the working tree will just show their name and you can't tell which is which.

Show parent directory maybe.

Errors still uncaught

Specifically:

TransportationError:

  • Press the fetch button when not logged in
  • Press okay on the dialog that follows (the one that tells you to log in)
  • Look at console

Uncaught NoOwnerInfoException:

  • Try opening an existing repo without logging in

Make buttons arrow-shaped

To indicate directionality of push, commit, merge, fetch in relation to the local and remote panels.

Handle CheckoutConflictException error

Caused by: org.eclipse.jgit.errors.CheckoutConflictException: Checkout conflict with files:

This was raised when I tried to checkout a new branch on a repo that presumably had conflicting files with another branch.

Handle it with grace.

Graph error debug message

Found this while working in the GUI.

Exception in thread "Graph Layout (x = 689.0)" java.lang.IndexOutOfBoundsException: Index: 407, Size: 407
    at java.util.ArrayList.rangeCheck(ArrayList.java:653)
    at java.util.ArrayList.get(ArrayList.java:429)
    at com.sun.javafx.collections.ObservableListWrapper.get(ObservableListWrapper.java:89)
    at com.sun.javafx.collections.VetoableListDecorator.get(VetoableListDecorator.java:306)
    at javafx.scene.Parent.computePrefHeight(Parent.java:997)
    at javafx.scene.layout.Region.computePrefHeight(Region.java:1528)
    at javafx.scene.Parent.prefHeight(Parent.java:918)
    at javafx.scene.layout.Region.prefHeight(Region.java:1435)
    at javafx.scene.Node.autosize(Node.java:2866)
    at javafx.scene.Parent.layoutChildren(Parent.java:1105)
    at javafx.scene.Group.layoutChildren(Group.java:226)
    at javafx.scene.Parent.layout(Parent.java:1076)
    at javafx.scene.Group.impl_computeLayoutBounds(Group.java:164)
    at javafx.scene.Node$12.computeBounds(Node.java:3202)
    at javafx.scene.Node$LazyBoundsProperty.get(Node.java:9285)
    at javafx.scene.Node$LazyBoundsProperty.get(Node.java:9255)
    at javafx.beans.binding.ObjectExpression.getValue(ObjectExpression.java:50)
    at com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(ExpressionHelper.java:356)
    at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:81)
    at javafx.scene.Node$LazyBoundsProperty.invalidate(Node.java:9295)
    at javafx.scene.Node.impl_layoutBoundsChanged(Node.java:3380)
    at javafx.scene.Node.impl_notifyLayoutBoundsChanged(Node.java:3793)
    at javafx.scene.Node.impl_geomChanged(Node.java:3744)
    at javafx.scene.Parent.childBoundsChanged(Parent.java:1746)
    at javafx.scene.Node.notifyParentOfBoundsChange(Node.java:3815)
    at javafx.scene.Node.transformedBoundsChanged(Node.java:3777)
    at javafx.scene.Node.localBoundsChanged(Node.java:3759)
    at javafx.scene.Node.impl_geomChanged(Node.java:3745)
    at javafx.scene.Parent.childVisibilityChanged(Parent.java:1759)
    at javafx.scene.Node$5.invalidated(Node.java:1138)
    at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:109)
    at javafx.beans.property.BooleanPropertyBase.access$000(BooleanPropertyBase.java:49)
    at javafx.beans.property.BooleanPropertyBase$Listener.invalidated(BooleanPropertyBase.java:245)
    at com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(ExpressionHelper.java:137)
    at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:81)
    at javafx.beans.property.BooleanPropertyBase.fireValueChangedEvent(BooleanPropertyBase.java:103)
    at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:110)
    at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:144)
    at edugit.treefx.Cell.lambda$new$4(Cell.java:84)
    at edugit.treefx.Cell$$Lambda$95/1824667276.changed(Unknown Source)
    at com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(ExpressionHelper.java:182)
    at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:81)
    at javafx.beans.property.IntegerPropertyBase.fireValueChangedEvent(IntegerPropertyBase.java:106)
    at javafx.beans.property.IntegerPropertyBase.markInvalid(IntegerPropertyBase.java:113)
    at javafx.beans.property.IntegerPropertyBase.set(IntegerPropertyBase.java:147)
    at edugit.treefx.TreeLayout$1.relocateCellAndChildColumn(TreeLayout.java:95)
    at edugit.treefx.TreeLayout$1.relocateCellAndChildColumn(TreeLayout.java:112)
    at edugit.treefx.TreeLayout$1.relocateCellAndChildColumn(TreeLayout.java:112)
    at edugit.treefx.TreeLayout$1.relocateCellAndChildColumn(TreeLayout.java:112)
    at edugit.treefx.TreeLayout$1.relocateCellAndChildColumn(TreeLayout.java:112)
    at edugit.treefx.TreeLayout$1.relocateCellAndChildColumn(TreeLayout.java:112)
    at edugit.treefx.TreeLayout$1.relocateCellAndChildColumn(TreeLayout.java:112)
    at edugit.treefx.TreeLayout$1.relocateCellAndChildColumn(TreeLayout.java:112)
    at edugit.treefx.TreeLayout$1.relocateCellAndChildColumn(TreeLayout.java:112)
    at edugit.treefx.TreeLayout$1.relocateCellAndChildColumn(TreeLayout.java:112)
    at edugit.treefx.TreeLayout$1.relocateCellAndChildColumn(TreeLayout.java:112)
    at edugit.treefx.TreeLayout$1.relocateCells(TreeLayout.java:66)
    at edugit.treefx.TreeLayout$1.call(TreeLayout.java:45)
    at edugit.treefx.TreeLayout$1.call(TreeLayout.java:31)
    at javafx.concurrent.Task$TaskCallable.call(Task.java:1423)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.lang.Thread.run(Thread.java:745)

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.