relopglass.blogg.se

How to use notepad++ to make a .cfg file
How to use notepad++ to make a .cfg file








Vim is very old and the introduction of all the fancy GUI, IDEs has led to the belief that Vim is hard to learn. Vim is considered a hard but powerful text editor in the developer's community. To open Vim text editor, just open Git Bash and type "vim" in it. Vim text editor is the default text editor for the Unix system and comes pre-installed with Git Bash. Coming back, let's see the two already installed editors with Git. In this course we will be using Notepad++ as the text editor with Git. It should be noted by you that choosing your editor is your personal choice and you should use an editor with which you are comfortable and have been using for a while. The options also appeared during the installation to which we agreed and installed those editors. Default Text Editors with Git Bashįor the ease of developers, there are two editors already included with the Git Bash. For this you have many choices including some pre-installed editors and it is recommended to use Notepad++ on a windows machine. For the same purpose, we require a text editor to work our way around along with many more features. This way it is very hard to write a particular message in a terminal like Command Prompt or Git Bash. For example pressing enter is automatically meant that you are executing the written command. Each terminal has its own protocols and it behaves accordingly. You must be knowing that a terminal (Command Prompt, Git Bash, etc) only accepts the pre-defined commands and executes them. You must have worked previously on the terminal for anything. The answer to this question is very similar. Set Up Notepad++ for Git Bash in Windows.So we need to set these things only once ( in case you won't change it further). The commands we execute changes the global configuration file and the settings are saved permanently in the configuration file.

how to use notepad++ to make a .cfg file

As described earlier, these are just a one time set up. Now we are ready to set a few more things in this tutorial. In the previous tutorials, we have Set Up our defaults credentials to Git config.










How to use notepad++ to make a .cfg file