

If you have any questions, post them on the forum.On OS X (now macOS), run this in Terminal: git config -global credential.helper osxkeychain VSCode Setup git config -global core.editor "'/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl' -n -w" Sublime Text Setup git config -global core.editor Atom Editor Setup git config -global core.editor If you use a different editor, then do a quick search on Google for "associate X text editor with Git" (replace the X with the name of your code editor). Below are three of the most popular code editors. The last step of configuration is to get Git working with your code editor. # displays the original state in a conflict Run each of the following lines on the command line to make sure everything is set up. First Time Git Configurationīefore you can start using Git, you need to configure it. To configure the terminal, we'll perform the following steps:įile in your home directory, transfer the content from the downloadedĭownload the zipped file in the Resources pane to get started. The terminal has been configured to display version control information. If you choose to configure your Terminal, here's what it should look like when you're finished.


However, reconfiguring the Terminal makes it significantly easier to use. You can complete the entire course without reconfiguring it. We're about to configure the Terminal to display helpful information when in a directory that's under version control._This is an optional step!_You do not need to re-configure your terminal for Git to work. If you run into any issues, let us know in the forum. If it displays the usage information, then you're good to go!

Once everything is installed, you should be able to run giton the command line.
