You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graphkeeper is exploring a graph-first workflow for Git repository maintenance.
Instead of treating the commit graph as supporting information, the graph acts as the primary workspace for inspecting branches, remotes, tags, upstream state, and repository operations.
I’m currently trying to validate the core concept rather than collect general feature requests.
I’d appreciate feedback on the following questions:
When reading a Git graph, what information do you check first?
Can you determine whether to merge, rebase, fast-forward, or reset from the current Graphkeeper UI?
Which branch relationships or repository states are still difficult to understand?
Is a standalone TUI useful for this workflow, or would an editor integration be more valuable?
In what specific situation would you open Graphkeeper instead of running Git commands or using another Git client?
Current version: v0.1.0-alpha.4
Screenshots, workflow examples, and critical feedback are all welcome.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Graphkeeper is exploring a graph-first workflow for Git repository maintenance.
Instead of treating the commit graph as supporting information, the graph acts as the primary workspace for inspecting branches, remotes, tags, upstream state, and repository operations.
I’m currently trying to validate the core concept rather than collect general feature requests.
I’d appreciate feedback on the following questions:
Current version:
v0.1.0-alpha.4Screenshots, workflow examples, and critical feedback are all welcome.
All reactions