DEV Community

Discussion on: Merge GitHub Pull Requests without leaving command line

Collapse
 
acro5piano profile image
Kay Gosho

Yeah... I forgot the feature! Haha

git checkout master
git merge awesome-feature
git push origin master

is enough! Thanks.