sourcetree
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| sourcetree [2019-06-14 12:10] – angelegt a.kamola | sourcetree [2019-09-08 21:47] (aktuell) – gelöscht a.kamola | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== Sourcetree ====== | ||
| - | // | ||
| - | |||
| - | ===== GitHub mit SSH-Key einrichten ===== | ||
| - | |||
| - | Wichtig ist Schritt 3: Der eigene SSH-Public-Key muss in BitBucket/ | ||
| - | |||
| - | > Steps: | ||
| - | > | ||
| - | > 1. Ensure you have a SSH key first. | ||
| - | > ssh-keygen -t rsa -b 4096 -C " | ||
| - | > | ||
| - | > 2. Copy your new generated key with: | ||
| - | > pbcopy < ~/ | ||
| - | > | ||
| - | > 3. Login to bitBucket and go to Setting -> SSH. Add a new key by Pasting it! | ||
| - | > | ||
| - | > 4. Now go back to your command line and type | ||
| - | > ssh-add -K ~/ | ||
| - | > | ||
| - | > 5. DONE. You can now open source tree and clone a branch. | ||
| - | |||
| - | [[https:// | ||
| - | |||
| - | [[https:// | ||
| - | |||
| - | ===== Links ===== | ||
| - | |||
| - | * [[ | ||
sourcetree.1560507031.txt.gz · Zuletzt geändert: 2019-06-14 12:10 von a.kamola