Page tree

Versions Compared

Key

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

...

After a moment, the Overview page for your forked repository will appear. 

See Also see Atlassian documentation Forking a Repository.

...

Before you start making changes to your local clone, you should first create a new branch for the changes you intend to make. This will allow you to issue focused, low risk pull requests that can be easily merged with other developers' work.

To make a branch:

Code Block
languagebash
git checkout -b BRANCH

...