... | ... | @@ -18,7 +18,7 @@ The proper procedure to editing code for the first time is: |
|
|
5. edit the code.
|
|
|
6. periodically (every cohesive change), save your progress by:
|
|
|
`git commit -am "commit message"`.
|
|
|
- keep the part between double quotes _descriptive and short_, use [this convention](https://github.com/joelparkerhenderson/git_commit_message) and you'll thank yourself later in life.
|
|
|
<sub>- keep the part between double quotes _descriptive and short_, use [this convention](https://github.com/joelparkerhenderson/git_commit_message) and you'll thank yourself later in life.</sub>
|
|
|
|
|
|
7. To test the changes hit F8 if Blender is running. Sometimes a restart of Blender may be necessary, this is normal.
|
|
|
|
... | ... | |