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
git [2018/01/04 16:13] – [Intellij] ledyxgit [2021/02/07 03:15] (current) – external edit 127.0.0.1
Line 53: Line 53:
 <sxh bash> <sxh bash>
 git add <FILE 이름> git add <FILE 이름>
 +</sxh>
 +
 +==== 모든 비어있는 디렉토리 추가 ====
 +<sxh bash>
 +git clean -nd | sed s/'^Would remove '// | xargs -I{} touch "{}.keep"
 </sxh> </sxh>
  
git.1515082395.txt.gz · Last modified: 2021/02/07 03:15 (external edit)