https://stackoverflow.com/questions/16329776/how-to-keep-a-git-branch-in-sync-with-master
git checkout master
git pull
git checkout mobiledevicesupport
git merge master
No comments:
Post a Comment