... | ... | @@ -14,7 +14,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 -b some_new_branch_name` (might take a few seconds, it makes a branch and switches to it)
|
|
|
4. `git push --set-upstream origin some_new_branch_name` (... just do it.. or google it)
|
|
|
4. `git push --set-upstream origin some_new_branch_name` (... just do it. Also: _google it_)
|
|
|
5. edit the code.
|
|
|
6. hit F8 if Blender is running, to test the changes.
|
|
|
|
... | ... | |