Skip to content

Commit 49aa4e8

Browse files
committed
add github instructions
1 parent a1f0ccb commit 49aa4e8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,21 @@ The resulting jekyll theme uses Ruby >=2.5, GCC and Make.
1313

1414
### Copy the brainhack repository
1515

16+
*Make sure you have your git credentials in order!* If you are working on a fresh git install run:
1617

17-
git clone https://github.com/Brainhack-Donostia/brainhack-donostia.github.io.git
18+
19+
git config --global user.name "yourGithubName"
20+
git config --global user.email "[email protected]"
21+
22+
I definetly suggest you working with ssh keys so that you dont need to prompt any password everytime you push. For that check [ssh-key linux] (https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent?platform=linux) or [ss-key mac](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent?platform=mac).
23+
24+
To clone the repo with ssh key run
25+
26+
git clone [email protected]:Brainhack-Donostia/brainhack-donostia.github.io.git
27+
28+
To clone the repo with HTTPS (asking for password for pushing)
29+
30+
git clone https://github.com/Brainhack-Donostia/brainhack-donostia.github.io.git
1831

1932

2033
### Move to brainhack repository

0 commit comments

Comments
 (0)