Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept work workflow #137

Closed
extsoft opened this issue Jul 1, 2019 · 2 comments
Closed

Accept work workflow #137

extsoft opened this issue Jul 1, 2019 · 2 comments

Comments

@extsoft
Copy link
Contributor

extsoft commented Jul 1, 2019

git checkout -b eg origin/master
git rebase --merge --strategy ff-only ${remote branch}
git checkout master
git merge --ff-only eg
git push origin master:master
git branch -d eg
git push origin --delete ${remote branch}

extsoft added a commit that referenced this issue Jul 21, 2019
The command aims to merge a work branch in `master` one. It's similar to
what happen if you accept and merge a PR.

#137
@0pdd
Copy link

0pdd commented Jul 21, 2019

@extsoft the puzzle #146 is still not solved.

@extsoft extsoft closed this as completed Jul 21, 2019
@0pdd
Copy link

0pdd commented Dec 1, 2019

@extsoft the only puzzle #146 is solved here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants