linux_wiki:git

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
linux_wiki:git [2019/07/13 22:30]
billdozor [Exclude Files from Tracking]
linux_wiki:git [2020/01/10 18:27]
billdozor
Line 336: Line 336:
  
   * Push local changes to your fork on github<code bash>git push origin master</code>   * Push local changes to your fork on github<code bash>git push origin master</code>
 +
 +----
 +
 +====== Troubleshooting ======
 +
 +Fixing different git issues.
 +
 +===== Extra Characters in git diff =====
 +
 +* Fix extra 'ESC[xxx' characters in git diff<code bash>git config --global core.pager "less -R"</code>
  
 ---- ----
  
  • linux_wiki/git.txt
  • Last modified: 2020/01/10 18:29
  • by billdozor