... | ... | @@ -13,7 +13,7 @@ The proper procedure to editing code for the first time is: |
|
|
|
|
|
1. `git checkout master` ( if you aren't in master already)
|
|
|
2. `git pull` (get all recent changes... do it anyway.. it will just say it's up to date if no changes are found )
|
|
|
3. `git checkout some_new_branch_name`
|
|
|
3. `git checkout -b some_new_branch_name` (make and switch to)
|
|
|
4. edit the code.
|
|
|
5. hit F8 if Blender is running, to test the changes.
|
|
|
|
... | ... | |