- Assuming you have cloned the
data_mining_hw_1.git
repository to your account, you first clone your fork to start making necessary changes, by:
git clone https://github.com/YOURUSERNAME/data_mining_1.git
- It's a good practise that when you fork a repo, you fetch from
upstream
and create a new branch. In this assignment you don't need to fetch changes since the homework repo is finalized. But you are recommended to create a new branch instead of working directly from the master branch. (If you have already started working on master, it is fine either way.) Create branch and give it a meaningful name:
git branch newbranch