sharmaadityaHQ / BossY

a unique employee management application to enable today's most accomplished entrepreneurs
MIT License
16 stars 51 forks source link

added automatically rebasing a PR #124

Closed aashimgarg closed 4 years ago

aashimgarg commented 4 years ago

When you rebase, Git finds the base of your branch,finds all the commits between that base and HEAD and re-plays those commits on the HEAD of the branch you're rebasing onto. Git actually creates new commits that represent what your changes look like on top of master.

Simply comment /rebase to trigger the action.