I'm trying to follow this model: http://nvie.com/posts/a-successful-git-branching-model/
And trying to understand how a merge like this would work from a pull request on Github... specifically the "--no-ff" flag:
git merge --no-ff hotfix-1.2.1
Additionally, after the PR request has been merged on Github, what is the best way to bring those updates into my local master branch? Would it just be:
git pull github-remote-branch