mastodon-sc / mastodon-git

A plugin for Mastodon that allows to collaborate on a project via Git.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Branches Window #2

Open maarzt opened 11 months ago

maarzt commented 11 months ago

Many git operations are quite abstract. Like creating a new branch, switching branches, merging, reset, pull, push. Seeing the git commit graph often makes easier to understand. Instead of having a branches menu: image There should be a branches window that shows the commit tree and offers to perform operations like switch branch, create new branch etc. It could be based on the existing CommitGraphExample: image