Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ Now that you have a personal fork of the project on GitHub, you will be able to

Now that you have the copy, you will need access to the feature branch related to your issue to create a local working branch to write your code.

1. Set upstream to track the remote repository containing the original repo. (Not just your fork.)
1. Set upstream to track the remote repository containing the original repo. (Not just your fork.)
`git remote add upstream https://github.com/Together-100Devs/Together.git`

2. Use this command to fetch the list of remote branches.
`git fetch upstream`
Expand Down
Loading