Input szoftver projekt laboratorium
The solution of the Input group for Software Project Laboratory Participants:
- András Csellár
- Ádám Háló
- Bettina Kovács
- Gábor Gerencsér
- Tamás Taska
How to use git in console?
-
Generating ssh-key
https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
-
Upload private key to gitlab
gitlab -> Settings -> Ssh keys -> add ssh key
-
Clone repository
git@git.sch.bme.hu:aaendru/input-szoftver-projekt-laboratorium.git
-
Git usage in a nutschell
https://githowto.com/
Graphic environment for windows
-
Install GitExtensions
http://gitextensions.github.io/
-
Install necessary PuTTY products
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
-
Generate ssh-key with PuTTYgen
https://www.ssh.com/ssh/putty/windows/puttygen
-
Upload private key to gitlab
gitlab -> Settings -> Ssh keys -> add ssh key
-
Open PuTTYpageant and add public SSH key
pageant must be running when using gitExtensions
-
Open GitExtensions and clone repository
git@git.sch.bme.hu:aaendru/input-szoftver-projekt-laboratorium.git