I created a Git "newfeature" branch on my laptop, implemented a new feature, and then merged newfeature into my master branch. As I was working on the new feature, I had also created and pulled this newfeature branch on my production server in order to test it there. Now that I'm done with this branch, I'd like to get rid of it on my production server and pull my updated master branch down into production. How exactly do I do this?I created a Git "newfeature" branch on my lapto