Tag Archives: git

How to launch Git Extensions from Git Bash on Windows

Typically when I’m working on a piece of software, I leave an msysgit bash prompt open in the current project directory. Over time I’ve come to prefer using the command line for some git operations (clone, fetch, pull, rebase, push, checkout, branching) and the Git Extensions UI for others (commit, view log, examining prior commit [...]