Skip to content

Commit

Permalink
Added missing command to add upstream to fork (dotnet#10558)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottHutchinson authored and laenas committed Dec 1, 2020
1 parent 16e7d15 commit 89a7d6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DEVGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ We recommend the following overall workflow when developing for this repository:
* Always work in your fork
* Always keep your fork up to date

Before updating your fork, run this command:
```
git remote add upstream https://github.com/dotnet/fsharp.git
```

This will make management of multiple forks and your own work easier over time.

## Updating your fork
Expand Down

0 comments on commit 89a7d6b

Please sign in to comment.