- (my-feature)
git add .
- (my-feature)
git commit -m 'add this feature'
- (my-feature)
git status
- (my-feature)
git checkout master
- (master)
git pull origin master
- (master)
git checkout my-feature
- (my-feature)
git merge master
- open editor and resolve conflicts
git add .
git commit --no-edit
# commit using the default commit message