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

added github action to automatically rebase a pr #160

Merged
merged 1 commit into from
Apr 5, 2020

Conversation

aashimgarg
Copy link
Contributor

this pr adds the github action to automaticaaly rebase a pr.

work on #122

@aashimgarg
Copy link
Contributor Author

@smaranjitghose please review it.

@smaranjitghose
Copy link
Owner

Can you please elaborate on the situations when this action will be useful?
(Elaborate more on rebasing a PR)

@aashimgarg
Copy link
Contributor Author

aashimgarg commented Apr 5, 2020

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.

@smaranjitghose
Copy link
Owner

Cool!

@smaranjitghose smaranjitghose added gssoc20 contributions from participants in GirlScript Summer of code'2020 hard labels Apr 5, 2020
@smaranjitghose smaranjitghose merged commit 45cce75 into smaranjitghose:master Apr 5, 2020
@pr-triage pr-triage bot added the PR: merged label Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc20 contributions from participants in GirlScript Summer of code'2020 hard PR: merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants