Benutzer-Werkzeuge

Webseiten-Werkzeuge


sourcetree

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

sourcetree [2019-06-14 12:10] – angelegt a.kamolasourcetree [2019-09-08 21:47] (aktuell) – gelöscht a.kamola
Zeile 1: Zeile 1:
-====== Sourcetree ====== 
  
-//Sourcetree// ist eine grafische Oberfläche für [[git:start|Git]], [[mercurial:start|Mercurial]] sowie Services wie [[git:github|GitHub]] und [[bitbucket:start|BitBucket]]. 
- 
-===== GitHub mit SSH-Key einrichten ===== 
- 
-Wichtig ist Schritt 3: Der eigene SSH-Public-Key muss in BitBucket/Atlassian hinterlegt werden! 
- 
-> Steps: 
-> 
-> 1.  Ensure you have a SSH key first.  Or create one on the command line: 
-> ssh-keygen -t rsa -b 4096 -C "your_email@example.com" 
-> 
-> 2. Copy your new generated key with: 
-> pbcopy < ~/.ssh/id_rsa.pub 
-> 
-> 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 ~/.ssh/id_rsa 
-> 
-> 5.  DONE. You can now open source tree and clone a branch. 
- 
-[[https://community.atlassian.com/t5/Sourcetree-questions/How-can-I-use-my-existing-default-ssh-key-with-SourceTree/qaq-p/208184|Atlassian Community: How can I use my existing default SSH key with Sourcetree]] 
- 
-[[https://confluence.atlassian.com/bitbucket/set-up-an-ssh-key-728138079.html|Atlassian Confluence: Set Up An SSH Key]] 
- 
-===== Links ===== 
- 
-* [[ 
sourcetree.1560507031.txt.gz · Zuletzt geändert: 2019-06-14 12:10 von a.kamola