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
Last revisionBoth sides next revision
contribute:dev:git:tips-and-tricks [2014/03/05 15:55] – [Different local username] nickcontribute:dev:git:tips-and-tricks [2020/04/19 01:17] – [Pull over git:// push with ssh://] ochosi
Line 2: Line 2:
  
  
-===== Pull over git:// push with ssh:// ===== 
- 
-You can switch to a different protocol or location for the push command. Advantage is that you can clone a repository using <nowiki>git://git.xfce.org/...</nowiki> which is faster than a ssh connection (no login, permission check and encryption), but push to ssh. 
- 
-<file bash> 
-git config --global url."ssh://git@git.xfce.org".pushInsteadOf "git://git.xfce.org" 
-</file> 
  
 ===== Shortcut URL's ===== ===== Shortcut URL's =====