- create a free account with xp-dev.com, remember the password
- send the create user_name to the instructor ulucas@clcillinois.edu
- the instructor will manually add each student per above request
- mkdir ~/CLC
- cd ~/CLC
- git clone https://xp-dev.com/git/CLC_CIT_137_students_2015_spring cit137
- cd cit137
- mkdir MY_FIRST_LAST_NAME
- mv my_old_project_directory/ ~/CLC/cit137/MY_FIRST_LAST_NAME/
- cd ~CLC/cit137/MY_FIRST_LAST_NAME/
- pwd
- ls -al
- git add --all
- git commit -m "my first commit with files from class #1, #2 and #3"
- git push
Homework: print current working directory and list files