[Carefully understand the concept! ! Git client installation process] && what is a terminal simulator

Git client installation process

The main concern: path environment? ? ? Command-line tool selection? ? ? Terminal emulator? ? ? ?
Clear: a terminal emulator, the concept of command-line tools

Wikipedia search what is a terminal simulator

5. Click on "Next", displays the screenshot below:

Here Insert Picture Description

Set Environment Variables

Choose what kind of command-line tools, under normal circumstances we default to use Git Bash:

Installation directory there git-bash.exe

(1) Git comes: using Git comes with Git Bash command-line tool.

(2) the system comes CMD: using the Windows system's command-line tools.

(3) both have: configure the two above, but note that this will be windows in find.exe and sort.exe tools covering, do not know if these try not to choose.

6. After selection, continue to click "Next", appear as follows:

Here Insert Picture Description

Choose to submit time-line format

(1) check out the format conversion windows unix format: will wrap windows format into the format of unix newline then submit.

(2) Check out the original format into unix format: no matter what format, will be converted to the format of unix newline then submit.

(3) without performing format conversion: no conversion, check out what, what to submit.

7. After selection, click "Next", show the screenshot below:

Read the following tips

cmd.ext: rectangular selection allows only text! ! Can not freely change the window size! !

MinTTY:
Git MinTTY use as the bash terminal emulator, it runs a window of variable size, non-rectangular window to select text, Unicode font, in order to operate MinTTY window console program (such as interactive python, that may be inside the console write expressions, statements) must be 'winpty' start.

Console window default Windows:
git will use the window that comes console (cmd.exe), some win32 programs (such as interactive python, node.js) on it works well, but there are some restrictions .... And immutable window on win10 previous version, and only allows text selection rectangle.

Here Insert Picture Description

=====================================================================

terminal emulator

What is a terminal emulator?
A terminal emulator, terminal application, or term(a tool names MobaXterm), === is a program that emulates a video terminal within some other display architecture. Though typically synonymous with a shell or text terminal, the term terminal covers all remote terminals, including graphical interfaces. … A terminal emulator inside a graphical user interface is often called a terminal window.

1、Best Linux terminal emulators of 2019

2、What are the best terminal emulators for Windows?

3, Linux What is a terminal emulator?

  1. Gnome-terminal Let's start with the "classic" terminal starts, for Gnome, Gnome-terminal and Gnome as classic. It supports multi-user configuration, label, adjust the text size, background conversion and highly customizable. As its name implies, it applies to the Gnome environment.
  2. Also famous Konsole, Konsole in KDE environment equivalent to Gnome-terminal. Konsole additional support point is split view and bookmark directory.
  3. (Xfce) terminal Xfce users also have their Xfce4 terminal. The purpose of this project is to create a Gnome-terminal similar in appearance to the product, but less resource-intensive requirements. It is a high-end customized, although no user configuration capabilities or transparent background.
  4. LXTerminal its goal is to become the most famous of the terminal under the desktop environment, LXTerminal for LXDE environment design. If you can think of, it even lighter and faster than xfce-terminal, in addition to complex custom and advanced options, keeping only the labels.
  5. Now let's see Terminator terminal emulator Rolls-Royce, Terminator is the most complete of these terminals inside of a, which includes the tag, horizontal and vertical split view, screen shots, user profiles, plug-ins, layout management. There may be something you never less than options. The disadvantage is too big and a lot of resource consumption, which is the price you pay.
  6. Tilda There is also a completely different a terminal, it is called "pull-down" type. If you like you always end up a key, maybe you'll like three characteristics mentioned below. First, Tilda is a typical drop-down terminal; it does not depend on the environment and is very lightweight; you can set the transparency or even different background, and select appear in that side of the screen. Remove these, do not expect too complex features, such as labels or split view. Tilda only one thing: fast show up when you need it.
Published 517 original articles · won praise 2 · Views 2651

Guess you like

Origin blog.csdn.net/m0_37681589/article/details/95452355