Changes between Version 43 and Version 44 of SourceCodeGit


Ignore:
Timestamp:
May 31, 2014, 4:03:57 AM (10 years ago)
Author:
Christian Beer
Comment:

added information on howto delete untracked files

Legend:

Unmodified
Added
Removed
Modified
  • SourceCodeGit

    v43 v44  
    4242# On branch master
    4343nothing to commit, working directory clean
     44}}}
     45
     46Sometimes it is necessary to purge all untracked files created by build tools (_autosetup, configure, make) and reset the source directory without pulling a new clone. This can be done using:
     47{{{
     48$ git clean -f -d -x
    4449}}}
    4550