User Tools

Site Tools


notes:git

Differences

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

Link to this comparison view

notes:git [2026/02/08 03:46] – created - external edit 127.0.0.1notes:git [2026/08/22 06:54] (current) – [Advanced Git] azman
Line 147: Line 147:
 List ignored files List ignored files
 <code>git ls-files --ignored --exclude-standard</code> <code>git ls-files --ignored --exclude-standard</code>
 +
 +Garbage collection?
 +<code>
 +$ git reflog expire --expire=now --all
 +$ git gc --aggressive --prune=now
 +</code>
 +
  
 ===== Local Management ===== ===== Local Management =====
notes/git.txt · Last modified: by azman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki