Skip to content

Instantly share code, notes, and snippets.

View niechen's full-sized avatar

cnie niechen

  • Path Integral
View GitHub Profile

When you begin working on a feature

Step 1: Update the main branch

   git checkout master
   git pull origin master

Step 2: Create a feature branch off of the main branch