gmacario / android-devenv

Docker image for Android application development
Mozilla Public License 2.0
0 stars 0 forks source link

Integrate wtfapp-devenv #1

Open gmacario opened 8 years ago

gmacario commented 8 years ago
gmacario commented 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