Skip to content

Commit 8a7a8f9

Browse files
authoredMar 4, 2019
Add SSH key password caching info
1 parent 465d10c commit 8a7a8f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ Jekyll Repo: https://github.com/jekyll/jekyll
4141
### Useful Git Commands
4242

4343
```
44+
eval $(ssh-agent) # or https://help.github.com/en/articles/working-with-ssh-key-passphrases
4445
git clone git@github.com:USERNAME/CoderDojoSaintPaul.github.io.git
4546
git pull
4647
git remote add upstream git@github.com:CoderDojoSaintPaul/CoderDojoSaintPaul.github.io.git
4748
git fetch upstream
49+
git status
4850
git merge upstream/master
4951
git push origin master
5052
```

0 commit comments

Comments
 (0)