User Tools

Site Tools


code:git:obecne

Differences

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

Link to this comparison view

code:git:obecne [2015/01/08 18:12]
127.0.0.1 external edit
code:git:obecne [2021/03/12 18:42] (current)
hansek
Line 236: Line 236:
 git rev-list HEAD...origin/master --count git rev-list HEAD...origin/master --count
 </code> </code>
 +
 +
 +===== Ignorování změn v trackovaných souborech =====
 +Viz https://stackoverflow.com/questions/10755655/git-ignore-tracked-files
 +
 +<code bash>
 +# mark as ignored
 +git update-index --assume-unchanged [<file> ...]
 +
 +# To undo and start tracking again:
 +git update-index --no-assume-unchanged [<file> ...]
 +</code>
 +
  
code/git/obecne.1420737177.txt.gz · Last modified: 2015/01/08 18:12 by 127.0.0.1