Skip to content

Commit 11419da

Browse files
Add Useful Git Commands
1 parent eafa4b0 commit 11419da

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,14 @@ Your Pages site will use the layout and styles from the Jekyll theme you have se
3535
### Support or Contact
3636

3737
Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.
38+
39+
### Useful Git Commands
40+
41+
```
42+
git clone [email protected]:USERNAME/CoderDojoSaintPaul.github.io.git
43+
git pull
44+
git remote add upstream [email protected]:CoderDojoSaintPaul/CoderDojoSaintPaul.github.io.git
45+
git fetch upstream
46+
git merge upstream/master
47+
git push origin master
48+
```

0 commit comments

Comments
 (0)