π»Step 5: Project Setup
Step 1: Create a new project folder & Conda environment
Step 2: Create a new GitHub repo for the project remote & local
Step 3: Create a new branch & start coding
$ git checkout -b <new-branch-name>Step 4: Create PR & merge to production once approved
Last updated