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
No comments:
Post a Comment