C/C++ and git assignments

DDL: Oct. 20th Remember to set it to PRIVATE.

This doc is revised on 05/10.

Git Assignment

  1. Clone this Repo to your local.

  2. Create your personal PRIVATE Github remote Repo. Please name it as "RM-CPP-Assignment-YOURNAME". When you initialize the remote repo, please leave it empty**(DO NOT ADD README)**

  3. link your local repo(cloned in 1st step) with your personal PRIVATE Github remote Repo.(You may use command line)

hint: git remote set-url origin git@github.com:YOUR_GITHUB_NAME/GITREPO_NAME.git You may find the SSH here. image

  1. Working on the HW at your local repo.

  2. After finish your HW, you need to commit them and push them to your github repo.

  3. For HW 4, after you clone the skeleton code, you are now on master(or main) branch. You need to create a new branch named develop base on master.

Alternative: After that, you should work on develop branch. You need 2 or above commit before you finish your HW4. If you finish it, merge the develop branch to master branch.

Info

  • ITSC:
  • Name: