Thursday, July 13, 2017

Example for git rebase and git rm

https://git-scm.com/book/en/v2/Git-Branching-Rebasing
$ git checkout experiment
$ git rebase master
https://stackoverflow.com/questions/6313126/how-to-remove-a-directory-from-git-repository
git rm -r --cached myFolder