Slide 25
Slide 25 text
Introduction to Git Version Control
2.1 Creating a Repository
Go to your project directory and git init
# In windows: C:\Users\czarpino\dev\MyProject
cd /Users/czarpino/dev/MyProject
!
# Initialize the root directory of the repo
git init