Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
training:installing_git [2016/01/24 23:19]
kluong
training:installing_git [2021/09/19 21:59] (current)
Line 3: Line 3:
 This guide will walk you through installing and configuring Git.  This guide will walk you through installing and configuring Git. 
  
-====== Initial Installation ======+====== ​I. Initial Installation ======
  
 ===== OS X ===== ===== OS X =====
  
-If you're on OS X odds are you're already configured with Git. Open the terminal ​+If you're on OS X odds are you're already configured with Git. Open the terminal ​and type `git`. ​
  
  
Line 19: Line 19:
 After the file is finished downloading run the executable. You'll be guided through the installation process. This installer will install a command line tool called "Git Bash" which will give you the equivalent tools that the OS X and Linux users have. When tutorials ask you to run commands you should run them through Git Bash.  ​ After the file is finished downloading run the executable. You'll be guided through the installation process. This installer will install a command line tool called "Git Bash" which will give you the equivalent tools that the OS X and Linux users have. When tutorials ask you to run commands you should run them through Git Bash.  ​
  
-====== Setup ======+====== ​II. Setup ======
  
-After you're done, make sure to setup your git installation with your name and email address. You should run these two commands ​one after another:+After you're done, make sure to setup your git installation with your name and email address. You should run the two commands ​below two setup everything. Make sure you replace the things in the quotes with your information. ​
  
   git config --global user.name "YOUR NAME"   git config --global user.name "YOUR NAME"
  
   git config --global user.email "YOUR EMAIL ADDRESS"​   git config --global user.email "YOUR EMAIL ADDRESS"​
- 
  
  
  • training/installing_git.1453677580.txt.gz
  • Last modified: 2021/09/19 21:59
  • (external edit)