gitlost icon indicating copy to clipboard operation
gitlost copied to clipboard

Git repository graph visualizer and manipulator in the browser

Results 24 gitlost issues
Sort by recently updated
recently updated
newest added

Allow for a set of branches to be saved as a named query for fast switching of branch sets.

Allow for auto fetch to occur at a regular interval.

Add a global and repo ui to inspect and modify common git configs. (username, email, line endings, rebase)

Add collapseable command reference pane. Include multi-command receipes for common actions.

Add a command line output pane as a collapseable window. Allow for injection of commands with links or typing. Ensure no hacking can occur by locking down commands sent to...

Using the remote info, build a TFS link for related work items or parsed branch names.

Add copy & paste right click options to things all over the graph.

Using D3, allow for generic drag and drop events between nodes and edges on the graph. This will later be used to infer git commands from drag actions.

Allow for handing (gray) commits to be clicked to discover ref names pointing to it and include them in the branch selection.

Using first parent information to infer correct branch order.