<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">I have also been enjoying using lazygit (thanks, Lisandro, for the tip!).  It's a similar sort of thing but runs in the terminal.</div><div class=""> I find it very useful for those things where the command line git tool falls down (staging parts of files, browsing large sets of changes), and I like that I don't have to bother with X windows to use something like gitk on my remote machine.</div><div class=""><br class=""></div><div class=""><a href="https://github.com/jesseduffield/lazygit" class="">https://github.com/jesseduffield/lazygit</a></div><div class=""><br class=""></div><div class="">The only wrinkles I ran into using this are that is seems to assume you have a somewhat-recent "git" executable for some of the fancier</div><div class="">features (like merging or rearranging commits without using git rebase -i).</div><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">Am 03.03.2021 um 21:02 schrieb Jacob Faibussowitsch <<a href="mailto:jacob.fai@gmail.com" class="">jacob.fai@gmail.com</a>>:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><blockquote type="cite" class="">'gitk' is easier to read [for me] than 'git log --graph'</blockquote><div class=""><br class=""></div>Where was this my entire lifeā€¦ best kept git secret!<div class=""><br class=""><div class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">Best regards,<br class=""><br class="">Jacob Faibussowitsch<br class="">(Jacob Fai - booss - oh - vitch)<br class="">Cell: (312) 694-3391</div></div>

</div>
<div class=""><br class=""><blockquote type="cite" class=""><div class="">On Mar 3, 2021, at 13:55, Satish Balay <<a href="mailto:balay@mcs.anl.gov" class="">balay@mcs.anl.gov</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">'gitk' is easier to read [for me] than 'git log --graph'<br class=""><br class="">Satish<br class=""><br class="">On Wed, 3 Mar 2021, Jacob Faibussowitsch wrote:<br class=""><br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">git: 'graph' is not a git command. See 'git --help'.<br class=""></blockquote><br class="">I have it as an alias:<br class=""><br class="">graph = !git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative<br class=""><br class="">Best regards,<br class=""><br class="">Jacob Faibussowitsch<br class="">(Jacob Fai - booss - oh - vitch)<br class="">Cell: (312) 694-3391<br class=""><br class=""><blockquote type="cite" class="">On Mar 3, 2021, at 13:50, Mark Adams <<a href="mailto:mfadams@lbl.gov" class="">mfadams@lbl.gov</a>> wrote:<br class=""><br class=""><br class=""><br class="">On Tue, Mar 2, 2021 at 10:02 PM Junchao Zhang <<a href="mailto:junchao.zhang@gmail.com" class="">junchao.zhang@gmail.com</a> <<a href="mailto:junchao.zhang@gmail.com" class="">mailto:junchao.zhang@gmail.com</a>>> wrote:<br class="">I am a naive git user, so I use interactive git rebase.  Suppose I am on the branch I want to modify, <br class=""><br class="">1) Use git graph to locate an upstream commit to be used as the base<br class="">$ git graph<br class=""><br class="">Humm ....<br class=""><br class="">14:49 adams/cusparse-lu-landau= /gpfs/alpine/csc314/scratch/adams/petsc$ git --version<br class="">git version 2.20.1<br class="">14:49 adams/cusparse-lu-landau= /gpfs/alpine/csc314/scratch/adams/petsc$ git graph<br class="">git: 'graph' is not a git command. See 'git --help'.<br class=""><br class="">The most similar commands are<br class="">branch<br class="">grep<br class=""><br class=""></blockquote><br class=""><br class=""></blockquote><br class=""></div></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div></body></html>