Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a visual client for Git on Mac OS X that allows to do interactive rebase graphically?

I'm wondering if there is gui app for OSX that allows to do all the functionality of git's interactive rebase in the GUI. I've investigated most of the options available but couldn't find one with this feature.

like image 512
miguel.negrao Avatar asked May 29 '11 15:05

miguel.negrao


People also ask

Is there a git GUI for Mac?

GitFinder is a git GUI for macOS computers that run on macOS 10.11. 5+ operating systems. It combines a version control system or Git with a Finder module.


1 Answers

It's not really a git client but Intellij IDEA has advanced git support, including visual interactive rebasing. intellij git interactive rebasing

like image 107
miguel.negrao Avatar answered Oct 07 '22 00:10

miguel.negrao