User Tools

Site Tools


git

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
git [2022/02/07 13:29] – external edit 127.0.0.1git [2023/09/22 10:43] (current) ssm2017
Line 102: Line 102:
  
 The magic sentence to use is : git add -u The magic sentence to use is : git add -u
 +
 +==== ssh config ====
 +.ssh/config
 +<sxh bash>
 +Host github.com
 +        HostName github.com
 +        User git
 +        IdentityFile ~/.ssh/id_rsa-github
 +</sxh>
  
 {{tag>cli git}} {{tag>cli git}}
git.1644236958.txt.gz · Last modified: by 127.0.0.1