From 48d2ea9188d034a258a080e8804f8fcfa9037867 Mon Sep 17 00:00:00 2001 From: Chris M Date: Thu, 9 Sep 2021 10:37:27 -0700 Subject: [PATCH] Update submit.md --- viewing-party/submit.md | 1 + 1 file changed, 1 insertion(+) diff --git a/viewing-party/submit.md b/viewing-party/submit.md index bc192f4..03ddeb3 100644 --- a/viewing-party/submit.md +++ b/viewing-party/submit.md @@ -24,6 +24,7 @@ How to submit using Git for the first time: - Make a commit with a meaningful commit message `$ git commit -m "Your message here"` 1. Push your project commit to your own project repo - Run `$ git push` or `$ git push origin master` + - You may need to [create a personal access token](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) to push your code to github. 1. Get the URL of _**your own**_ project repo. Place the URL of your own project repo here.