Recently decided to use GIT for version management, and GitHub intends to be active, as well as a growth incentive.
But the problem arises, git GUI really do not want to use, vs git plug-ins have tried, there is still a lack of functionality (such as the creation of different branches, cannot push the new branch, and a lot of commands in the plug-in such a small panel can not be shown), so stick with git bash, but git bash window, Fonts, etc. can be set through the CMD window settings, as follows:
However, the font options are too small (use dot matrix font lot better a bit, otherwise only the new Arial), and still can not get rid of Windows CMD window restrictions, up to the following effect (the window becomes larger, the font becomes larger):
So, ruthless down to find the window cmd alternative, powercmd, this operation and CMD basically consistent, such as CD directory, need to e:/or c:/, and so on, and then CD yun/this enter the folder under the letter, but! He provides quick copy operation! Make input edits consistent with basic code Editor actions! This brings a lot of convenience ah, never press "Insert" or "right" (or click on the top left icon)--"edit-" copy "such cumbersome operation, and, it provides multi-window management, PATH hint, auto-complement the function, really more convenient than CMD. The configuration effect is as follows:
Note that you need to be reminded that:
1) When you install Git, you need to choose to add the git command to path and allow it to run in another CMD window or be called
2) Power cmd is a replacement for Windows CMD, not a git replacement, so the life input habit follows Windows CMD, which simply runs the git command inside.