DEV Community

Discussion on: 6 Git commands every beginner should memorize

Collapse
 
eromanowski profile image
Eric • Edited

and

git pull origin master
git reset --hard
git stash
git stash pop

merging into master should be done via pull request imho