From a3ec6e0cc642337d565899464b7e0b5ccb9d2d86 Mon Sep 17 00:00:00 2001 From: libBletchley Date: Sat, 20 Jul 2019 14:40:41 -0400 Subject: [PATCH] updated instructions_git.md for codeberg.org --- instructions_git.md | 1 + 1 file changed, 1 insertion(+) 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