For Labo of Basic HTTP for Exp3 of Univ
- access 'https://github.com/Hardw01f/Exp3BasicHttp'
- fork this repository to your Github
$ git clone git@github.com:[YOUR_GITHUB_ACCOUNT_NAME]/Exp3BasicHttp.git
$ cd Exp3BasicHttp
$ git checkout -b Create/[YOUR_NAME]
$ git remote add basichttp/[YOUR_NAME] https://github.com/[YOUR_GITHUB_ACCOUNT_NAME]/Exp3BasicHttp.git
-
Create and Edit code
-
Commit
-
Push
$ git push Create/[YOUR_NAME] basichttp/[YOUR_NAME]
git push [BRANCH_NAME] [REMOTE_REPOSITORY_NAME]
Please Don't push origin and Don't '$ git push'