lehrkraefte:blc:informatik:ffprg2-2021:l4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
lehrkraefte:blc:informatik:ffprg2-2021:l4 [2021/09/08 09:01]
Ivo Blöchliger
lehrkraefte:blc:informatik:ffprg2-2021:l4 [2021/09/08 11:04]
Ivo Blöchliger
Line 15: Line 15:
     * Im Zweifelsfalle Pseudonym, auch für e-mail Adresse.     * Im Zweifelsfalle Pseudonym, auch für e-mail Adresse.
     * Klarnamen werden für immer gefunden und «gegoogelt» werden. Kann in diesem Fall aber auch positiv sein, im Sinne von «Tu Gutes und sprich darüber».     * Klarnamen werden für immer gefunden und «gegoogelt» werden. Kann in diesem Fall aber auch positiv sein, im Sinne von «Tu Gutes und sprich darüber».
 +  * ssh-key generieren (Linux):
 +<code bash>
 +ssh-keygen -t ed25519
 +</code>
   * https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account   * https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
 +  * Lokale git config anpassen (weil normalerweise das klonen über https erfolgt):
 +<code bash>
 +git remote remove origin
 +git remote add origin git@github.com:techlabksbg/t-watch.git
 +</code>
 +
  
  • lehrkraefte/blc/informatik/ffprg2-2021/l4.txt
  • Last modified: 2021/09/20 13:51
  • by Ivo Blöchliger