Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 458 Bytes

NOTES.md

File metadata and controls

13 lines (12 loc) · 458 Bytes

Project Structure

This project is composed of git subtree refs.

git remote add -f hiphonix-player git@github.com:dermidgen/hiphonix-player
git remote add -f ympd git@github.com:dermidgen/ympd
git subtree add --prefix htdocs hiphonix-player master
git subtree add --prefix ympd ympd hiphonix
git fetch hiphonix-player master
git fetch ympd hiphonix
git subtree pull --prefix htdocs hiphonix-player master
git subtree pull --prefix ympd ympd master