diff options
-rw-r--r-- | instructions_git.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/instructions_git.md b/instructions_git.md index 97bc7dbd..79b935ac 100644 --- a/instructions_git.md +++ b/instructions_git.md @@ -65,6 +65,7 @@ need more adaptations for Windows and other platforms. remote = origin merge = refs/heads/master ``` + <li> make your first change <li> (from `$project_root`) $ `git add . -u -n` <li> check that the files listed are what you changed and intend to push upstream |