We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465d10c commit 8a7a8f9Copy full SHA for 8a7a8f9
README.md
@@ -41,10 +41,12 @@ Jekyll Repo: https://github.com/jekyll/jekyll
41
### Useful Git Commands
42
43
```
44
+eval $(ssh-agent) # or https://help.github.com/en/articles/working-with-ssh-key-passphrases
45
git clone git@github.com:USERNAME/CoderDojoSaintPaul.github.io.git
46
git pull
47
git remote add upstream git@github.com:CoderDojoSaintPaul/CoderDojoSaintPaul.github.io.git
48
git fetch upstream
49
+git status
50
git merge upstream/master
51
git push origin master
52
0 commit comments