//make new folder
>> mkdir tutti_repo
//go into folder
>> cd tutti_repo
//
>> git clone *clone url*
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