Changes between Version 43 and Version 44 of SourceCodeGit
- Timestamp:
- May 31, 2014, 4:03:57 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SourceCodeGit
v43 v44 42 42 # On branch master 43 43 nothing to commit, working directory clean 44 }}} 45 46 Sometimes 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 44 49 }}} 45 50