DEV Community

Discussion on: A day in the life for you and git...

Collapse
 
highcenburg profile image
Vicente G. Reyes

git status
git add
git commit -am
git checkout -b new-feature
git push
git pull from the master branfh if I merge my own pull request on GitHub
git merge if therr are conflicts on my merge 😀