From 3cfd4679890ff7069fcacf14c37800afe81eb4a4 Mon Sep 17 00:00:00 2001 From: libBletchley Date: Sat, 20 Jul 2019 14:39:34 -0400 Subject: [PATCH] updated instructions_git.md for codeberg.org --- instructions_git.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instructions_git.md b/instructions_git.md index 533022411..97bc7dbd1 100644 --- a/instructions_git.md +++ b/instructions_git.md @@ -51,7 +51,7 @@ need more adaptations for Windows and other platforms.
  • edit `$project_root/cloudflare-tor/.git/config` to include the account name and email address that will be on every commit, as well as the URL[2] - +``` [user] email = BM-yadayadayada6fgnLfybVnCcWf25AGZcgg@bitmessage.ch name = snowden @@ -64,7 +64,7 @@ need more adaptations for Windows and other platforms. [branch "master"] 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