Remix.run Logo
coliveira 6 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.

hollerith 6 days ago | parent [-]

.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.

aconst 5 days ago | parent | next [-]

I never liked other graphical git clients so I switch between CLI and gitk + git gui according to the task at hand.

srott 6 days ago | parent | prev [-]

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

srott 5 days ago | parent [-]

git commit -> git gui

hollerith 5 days ago | parent [-]

Thanks for that correction. I was quite confused.