File size: 124 Bytes
12e4fa9
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
cd [LOCATION]

git init

git add .

git commit -m "Initial commit"

git remote add origin [HTTPS]

git push -u origin master