Thursday, March 6, 2014

How to use GitHub

//make new folder
>> mkdir tutti_repo
//go into folder
>> cd tutti_repo
//
>> git clone *clone url*Screen Shot 2014-03-06 at 3.49.50 PM.png


NEED THESE THREE STEPS
ALL OF THEM
SERIOUSLY

>> git pull  // MAKE SURE U ARE UPDATED WITH THE CURRENT REPO

>> git add .
// ‘.’ means everything in current folder

>> git commit -a -m ‘testing this is the first commit

>> git push



No comments:

Post a Comment