meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
git:start [2017/05/02 07:20] niziakgit:start [2020/04/14 10:59] niziak
Line 1: Line 1:
 +====== GIT ======
 +
 ====== Preparation ====== ====== Preparation ======
 +
 === git-email === === git-email ===
 <code bash> <code bash>
Line 6: Line 9:
 git config sendemail.suppressfrom true git config sendemail.suppressfrom true
 </code> </code>
 +
 +=== replace github https links ===
 +<code bash>git config --global url.git@github.com:.insteadOf https://github.com/</code>
  
 ====== Import HG (mercurial) repo ====== ====== Import HG (mercurial) repo ======