One thing I’ve felt while working with the kernel source code was that I couldnt easily figure out how to easily track all my commits like it’s possible at github. Apparently it seems I didnt look far enough.
Today I stumbled across a few gui tools for git: qgit, giggle, git-gui, git-cola
sudo apt-get install qgit giggle git-gui, git-cola[/code]The image below shows qgit in action
The interface is very intuitive and you can view all commits in a nice tree view, with diffs available at a click. I think I will stick to this! By the way, qgit doesnt seem to allow to start a git interactively.
Next up, Giggle. It's great for viewing diffs, and just rightclicking a diff and creating a patch.
Probably the best one is git-cola. At first you're greeted by a barren window. Once you go to "Visualize current branch", Voila, you're back on your feet!
Quote from StackOverflow:
git cola seems to work well for committing/pushing
gitk seem to work the best for examining history and
giggle is awesome for watching the diffs.
Joel G Mathew, known in tech circles by the pseudonym Droidzone, is an opensource and programming enthusiast.
He is a full stack developer, whose favorite languages are currently Python and Vue.js. He is also fluent in Javascript, Flutter/Dart, Perl, PHP, SQL, C and bash shell scripting. He loves Linux, and can often be found tinkering with linux kernel code, and source code for GNU applications. He used to be an active developer on XDA forums, and his tinkered ROMS used to be very popular in the early 2000s.
His favorite pastime is grappling with GNU compilers, discovering newer Linux secrets, writing scripts, hacking roms, and programs (nothing illegal), reading, blogging. and testing out the latest gadgets.
When away from the tech world, Dr Joel G. Mathew is a practising ENT Surgeon, busy with surgeries and clinical practise.