This commit is contained in:
Kevin Fronczak
2017-03-12 18:45:52 -04:00
parent 90ee45349c
commit e31a5979bb
+3 -3
View File
@@ -16,10 +16,10 @@ $ git remote add upstream https://github.com/fronzbot/blinkpy.git
## Create a Local Branch
First, you need to make sure you're on the 'dev' branch:
``git checkout dev``
Next, you will want to create a new branch to hold your changes:
First, you will want to create a new branch to hold your changes:
``git checkout -b <your-branch-name>``
Next, you need to make sure you pull from the 'dev' branch:
``git pull origin dev``
## Make changes