J. Fernando Sánchez 9 years ago
parent 4805cb0c9e
commit a31eb9b14c

@ -13,4 +13,7 @@ git filter-branch --subdirectory-filter 'path/to/your/submodule' --prune-empty -
git filter-branch --force --index-filter \
'git rm --cached --ignore-unmatch \#web40.tex\#' \
--prune-empty --tag-name-filter cat -- --all
```
```
## Change commit date
git commit --amend --date="Wed Feb 16 14:00 2011 +0100"
Loading…
Cancel
Save