diff options
author | libBletchley <cb-libBletchley@sideload.33mail.com> | 2019-07-20 14:40:41 -0400 |
---|---|---|
committer | libBletchley <cb-libBletchley@sideload.33mail.com> | 2019-07-20 14:40:41 -0400 |
commit | a3ec6e0cc642337d565899464b7e0b5ccb9d2d86 (patch) | |
tree | acd644bc318daf455c95519a891bb66b5ffdc809 | |
parent | 3cfd4679890ff7069fcacf14c37800afe81eb4a4 (diff) | |
download | cloudflare-tor-a3ec6e0cc642337d565899464b7e0b5ccb9d2d86.tar cloudflare-tor-a3ec6e0cc642337d565899464b7e0b5ccb9d2d86.tar.gz cloudflare-tor-a3ec6e0cc642337d565899464b7e0b5ccb9d2d86.tar.lz cloudflare-tor-a3ec6e0cc642337d565899464b7e0b5ccb9d2d86.tar.xz cloudflare-tor-a3ec6e0cc642337d565899464b7e0b5ccb9d2d86.zip |
updated instructions_git.md for codeberg.org
-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 |