Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save NicholasTD07/3773df318ace98da1699 to your computer and use it in GitHub Desktop.
Save NicholasTD07/3773df318ace98da1699 to your computer and use it in GitHub Desktop.
Swift ZHI - Development Notes

Branch base point after release branch exists

git merge-base develop release/Xcode-6.3.2-Swift-1.2

It gives the commit before develop and release/ start to differentiate.

WHY?

This way, when merging new commits into both develop and release/ branches, the changes to the commit graph is minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment