Open gmacario opened 8 years ago
Merging subdirectory wtfapp-devenv
of https://github.com/gmacario/wtf-docs
References:
Logged as gmacario@kruk
$ git clone https://github.com/gmacario/wtf-docs android-devenv2
$ cd android-devenv2
$ git filter-branch \
--prune-empty \
--subdirectory-filter wtfapp-devenv \
master
$ git remote add origin2 https://github.com/gmacario/android-devenv
$ git fetch --all --prune
$ git merge origin2 master
(manually fix conflicts)
$ git push -u origin2 master
git filter-branch
gmacario/wtf-docs/wtfapp-devenv