Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
contribute:dev:git:tips-and-tricks [2014/03/05 15:54] – [Different local username] nickcontribute:dev:git:tips-and-tricks [2014/03/05 15:55] – [Different local username] nick
Line 1: Line 1:
 ====== GIT Tips & Tricks ====== ====== GIT Tips & Tricks ======
  
-===== Different local username ===== 
- 
-If your SSH username is not the same as your local username, you can make an entry in ''$HOME/.ssh/config'' (create it if it doesn't exist) so you don't have to type it each time: 
- 
-<file bash> 
-Host git.xfce.org 
-    User $sshname 
-</file> 
  
 ===== Pull over git:// push with ssh:// ===== ===== Pull over git:// push with ssh:// =====