From f0a92df15515d160b48fdfa95bb8bafe4f9a0f36 Mon Sep 17 00:00:00 2001 From: justjoehere Date: Mon, 2 Dec 2024 17:22:46 -0500 Subject: [PATCH] Adding some notes for windows users --- Windows_Notes.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Windows_Notes.md b/Windows_Notes.md index e3c08a3a2..f2f9445eb 100644 --- a/Windows_Notes.md +++ b/Windows_Notes.md @@ -47,6 +47,12 @@ fastmcp dev server.py ``` This will launch a web app on http://localhost:5173/ that you can use to inspect the FastMCP server. - +## If you start development before creating a fork - your get out of jail free card +- Add your fork as a new remote to your local repository `git remote add fork git@github.com:YOUR-USERNAME/REPOSITORY-NAME.git` + - This will add your repo, short named 'fork', as a remote to your local repository +- Verify that it was added correctly by running `git remote -v` +- Commit your changes +- Push your changes to your fork `git push fork ` +- Create your pull request on GitHub