diff --git a/instructions_git.md b/instructions_git.md index 97bc7dbd1..79b935ac2 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 ``` +
  • make your first change
  • (from `$project_root`) $ `git add . -u -n`
  • check that the files listed are what you changed and intend to push upstream