我的 git push SOP - s40223228/2016fallcp_hw GitHub Wiki

New about the "git" what I learn is: how to git clone and push .

After practice the video "2016-09-30_cpa_reveal_blog_intro" on the viemo.

I think I can write the SOP what I learn:

1.git config : this is what can let computer know who you are . git config --global user.name "John Doe" git config --global user.email [email protected]

2.mkdir XXX : You can use this to create a now file in (Y:).

3.cd XXX : You can go into the file which you choose.

4.git add -A : This is which can tell the computer now you allow upload all new things to the interenet which you change n the computer.

5.git commit -m "XXXX" : You can key in this to let computer know which things is you want to upload , just like you write a mark on the box and all the people who saw these will know "Ahhh ~ this things is upload this time."

6.git push origin gh-pages/git push : If you hadn't close the lisense you can choose the first one, but I cut them for two times.( One time is for git clone the 2016fallcp to w4 , the other is for git clone the 2016fallcpa to add it to the 2016fallcp.)So I choose the second one.

This is the SOP what I write after the class. By the way , I tried very very more time before I succeed git push. But in fect when computer ask me the username of this github I always answer "s40223228". It a long time I thought maybe I forget my password , during I said the username is my e_mail address.