Skip to content

Instantly share code, notes, and snippets.

View niechen's full-sized avatar

Chen Nie niechen

  • Path Integral
  • Seattle
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