gitlost
gitlost copied to clipboard
Git repository graph visualizer and manipulator in the browser
gitlost appears empty when handling two unrelated histories when merging two remote repositories together.
Need to gracefully handle the removal of branches when they are deleted from the repository. This only happens when I delete a local branch that doesn't track a remote branch....
Tasks build and start will package and run respectively. All dependencies are now managed by yarn/npm rather than manual copying.
Initial implementation for bootstrap-treeview for branches, to give branches a tree view drop down when clicking the "branches" button.
Specifically add clickable commands in the command reference pane. Also add clickable "new branch here" command on graph objects.
Allow for the commit hash and parent information to be stored in the browser memory and move the graph rendering to the client.
Allow for showing reflog entries, stashes and the current index as nodes in the graph. The nodes should allow allow for the diff view.
Allow for a series of sequential commits to be displayed as a single large circle with the number of commits. Allow for expanding or collapsing the line of commits. This...