Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 161 Bytes

LocalDevelopmentNotes.md

File metadata and controls

8 lines (7 loc) · 161 Bytes

Pulling another branch into a new branch

git checkout -b COR-9219 origin/COR-9219 

Development Workflow

  • pull latest changes
  • bundle, yarn, migrate