| ... | @@ -89,4 +89,13 @@ There is a way to generate SSH-keys from Git Gui. |
... | @@ -89,4 +89,13 @@ There is a way to generate SSH-keys from Git Gui. |
|
|
2. Go to settings by clicking on the avantar in the upper right corner of the website.
|
|
2. Go to settings by clicking on the avantar in the upper right corner of the website.
|
|
|
3. Go to SSH keys.
|
|
3. Go to SSH keys.
|
|
|
4. Paste in the public SSH key (see section 2.2)
|
|
4. Paste in the public SSH key (see section 2.2)
|
|
|
5. Fill in with a title and add the key. |
|
5. Fill in with a title and add the key.
|
|
\ No newline at end of file |
|
|
|
|
|
# 3 Working with Git.
|
|
|
|
There are several ways to work with Git both in a graphical user interface and in a command line interface. Following links are tutorials about how to use Git.
|
|
|
|
|
|
|
|
|
|
|
|
* [Interctive Git tutorial powered by GitHub](https://try.github.io/levels/1/challenges/1)
|
|
|
|
* [Extensive Git tutorial based on command line interface from Vogella.](http://www.vogella.com/tutorials/Git/article.html)
|
|
|
|
* [Extensive Git tutorial based EGit (Git inside Eclipse), graphical user interface from Vogella.](http://www.vogella.com/tutorials/EclipseGit/article.html)
|
|
|
|
* [Git tutorial based on Git Gui, graphical user interface from nathanj.](https://nathanj.github.io/gitguide/) |
|
|
|
\ No newline at end of file |