msysgit - When using mysygit (GitGui), is there a log of the git bash commands executed? -
i new using git , use msysgit gitgui exclusively because need basic pulls , pushes.
when need help, of answers find given git bash not me gitgui.
in order able understand doing gutgui in terms of git bash commands, wondering if gitgui keeps log of git bash commands executed actions gitgui actions?
once have can better understand doing in gitgui git bash commands , make better use of gitgui.
yes.
can start git-gui --trace
flag. on windows opens 2 windows: git-gui , tcl console logs executed commands git-gui [1] [proj. wiki].
can open console during running git-gui ctrl
+ f2
, , turn on logging with: set _trace 1
.
but keep in mind commands "low-level" , shouldn't used during normal git usage.
Comments
Post a Comment