Hacker News new | ask | show | jobs
by coliveira 292 days ago
Tcl is the embedded language of git. Standard git gui is written in Tcl/Tk. Tcl is also the script language for sqlite.
1 comments

.gitconfig is in an INI-like format though, which is not anything like Tcl.

Also, does anyone use the "standard" git GUI?

>Tcl is also the script language for sqlite.

OK, thanks.

I never liked other graphical git clients so I switch between CLI and gitk + git gui according to the task at hand.
Only way I know to remove a file from a commit is by using git commit.

I’m also most comfortable with gitk when reviewing branches

git commit -> git gui
Thanks for that correction. I was quite confused.