GitHub - j0tt/GitHubFastForwardMergeNotFastForward: An example of how GitHub PR rebase and merge is not fast forward. · GitHub
Skip to content

Latest commit

 

History

5 Commits

Folders and files

Repository files navigation

GitHubFastForwardMergeNotFastForward

An example of how GitHub PR rebase and merge is not fast forward.

This repository has never been force pushed.

The branch feature1 was created off of master, 3 commits were made: https://github.com/j0tt/GitHubFastForwardMergeNotFastForward/commits/feature1

A pull request to bring feature1 to master was created: #1

The pull request was accepted and merged to master via "Rebase and Merge" option. According to the github documentation, this should do a fast forward merge.

Notice the commit SHA's on feature1 and master are different. This should not be the case, if the merge was truely fast-forward, the rebase on master should have been an noop since the remote had not changed, and the merge should have been fast forward, retaining the commit SHAs.

About

An example of how GitHub PR rebase and merge is not fast forward.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors