vortilevel.blogg.se

Bbedit github
Bbedit github








bbedit github

$ git config -global core.editor "c:/Windows/System32/notepad.exe" $ git config -global core.editor "'c:/program files/sublime text 3/sublime_text.exe' -w" $ git config -global core.editor "'c:/program files (x86)/sublime text 3/sublime_text.exe' -w" $ git config -global core.editor "/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl -n -w" $ git config -global core.editor "bbedit -w" $ git config -global core.editor "nano -w" $ git config -global core.editor "atom -wait" $ git config -global tocrlf falseĭracula also has to set his favorite text editor, following this table: Editor You can change the way Git recognizes and encodes line endings Though it is beyond the scope of this lesson, you can read more about this issue It may cause unexpected issues when editing a file on different machines. (You may also hear these referred to as newlines or line breaks.)īecause Git uses these characters to compare files, Your computer encodes this input as a character.ĭifferent operating systems use different character(s) to represent the end of a line. Line EndingsĪs with other keys, when you hit Enter or ↵ or on Macs, Return on your keyboard, If you elect to use a private email address with GitHub, then use that same email address for the user.email value, e.g. If you are concerned about privacy, please review GitHub’s instructions for keeping your email address private. This user name and email will be associated with your subsequent Git activity,Īfter this lesson will include this information.įor this lesson, we will be interacting with GitHub and so the email address used should be the same as the one used when setting up your GitHub account. $ git config -global user.name "Vlad Dracula" $ git config -global user.email use your own name and email address instead of Dracula’s.










Bbedit github