git config --global core.autocrlf false warning: LF will be replaced by CRLF in .idea/vcs.xml.The file will have its original line endings in your working directory.warning: LF will be replaced by CRLF in .idea/workspace.xml.The file will have its o
You can set up global "git config" settings that apply to all git projects on your system. In this lesson, we review how the ./gitconfig file works. We then add our own git config settings: username, email, editor, and git aliases. There are man
$ git commit -a -m 'v6' *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in th