From 74764849a51d008ce5a2cfd36909c6f3eeae6f59 Mon Sep 17 00:00:00 2001 From: Aney Date: Thu, 22 Oct 2020 14:33:07 +0100 Subject: [PATCH] Added info about remote repo into git.md --- git.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/git.md b/git.md index 4ed468d..7b48000 100644 --- a/git.md +++ b/git.md @@ -48,3 +48,9 @@ To check the files themselves To check the contents of the files, from last commit git diff HEAD + +# Add new or missing remote repository for push and pull requests + +If you only use the one it'll likely be origin, otherwise name it what you want. + + git remote add