Skip to content
Yakub Kristianto edited this page Apr 27, 2020 · 2 revisions
git show [id] --name-only
git diff --name-status [sha1] [sha2]
git log --name-status --oneline [SHA1..SHA2]
git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch *.csv' c25fb56f..HEAD

Clone this wiki locally