Guest User

Untitled

a guest
Jan 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch Aircrafts/* ; git reset HEAD Aircrafts/Boeing'
  2. Rewrite d6b84bb224525642c3f77551b2dccfafd4b65495 (1/10)rm 'Aircrafts/Airbus/A320.data'
  3. rm 'Aircrafts/Boeing/747-200.data'
  4. Unstaged changes after reset:
  5. M Aircrafts/Boeing/747-200.data
  6. M Misc/auxdata
  7. M README
  8. index filter failed: git rm --cached --ignore-unmatch Aircrafts/* ; git reset HEAD Aircrafts/Boeing
Add Comment
Please, Sign In to add comment