Skip to content

Commit f0a92df

Browse files
committed
Adding some notes for windows users
1 parent 72efb02 commit f0a92df

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: Windows_Notes.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ fastmcp dev server.py
4747
```
4848
This will launch a web app on http://localhost:5173/ that you can use to inspect the FastMCP server.
4949

50-
50+
## If you start development before creating a fork - your get out of jail free card
51+
- Add your fork as a new remote to your local repository `git remote add fork [email protected]:YOUR-USERNAME/REPOSITORY-NAME.git`
52+
- This will add your repo, short named 'fork', as a remote to your local repository
53+
- Verify that it was added correctly by running `git remote -v`
54+
- Commit your changes
55+
- Push your changes to your fork `git push fork <branch>`
56+
- Create your pull request on GitHub
5157

5258

0 commit comments

Comments
 (0)