Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now, all commits will be associated with the branch you've just created. Commit your changes to your local repo and then push them to your fork hosted on bitbucket.

 

To make a branch using SourceTree, select the Checkout button near the top of the program to open the Checkout window. From here, select the Checkout New Branch tab and use the Checkout remote branch drop-down menu to select the remote branch you wish to checkout. If you wish to checkout the branch for IGB 8.5.0 you would select origin/igb_8_5. It may be helpful to enter a name for the branch in the New local branch name textbox to indicate the purpose of the branch.

Image Added

You can now see all your branches. The current branch is indicated with bold font and a check mark.

Image Added

Issue pull request

To request that your edits be incorporated into the main line of development:

...