Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 365 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 365 Bytes

Screenly-Ansible

Update screenly-ose-ansible dir

git checkout screenly-ose/production
git subtree split -P ansible -b temporary-split-branch
git checkout master
git subtree merge --squash -P screenly-ose-ansible temporary-split-branch
# Now fix any conflicts if you'd modified third_party/git-completion.
git branch -D temporary-split-branch