From 0d697769cf5931693aa75b4cb4af56aff2c303e0 Mon Sep 17 00:00:00 2001 From: pqz317 <97498519+pqz317@users.noreply.github.com> Date: Tue, 28 Jun 2022 14:53:24 -0700 Subject: [PATCH 1/2] Update forking_workflow.md --- forking_workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forking_workflow.md b/forking_workflow.md index 8367414..4dd7c0b 100644 --- a/forking_workflow.md +++ b/forking_workflow.md @@ -58,7 +58,7 @@ This will tell your local git repo about another remote repo, and name it upstre ## 3. Make local changes In your local repository, feel free to make any changes you'd like. For simplicity, you can create a new file `_test.txt` and add some text to it. Once that is saved, remember to `git add` and `git commit` your changes: ``` -git add . && git commit -m "created new file" +git add . && git commit -m "create new file" ``` ## 4. Push your changes to your "Forked" repo on Github From abcff5123325c5bec06323c2cf7b279ff9345fe8 Mon Sep 17 00:00:00 2001 From: Patrick Zhang Date: Wed, 29 Jun 2022 16:01:02 -0700 Subject: [PATCH 2/2] create test file --- test_file.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test_file.txt diff --git a/test_file.txt b/test_file.txt new file mode 100644 index 0000000..73fda45 --- /dev/null +++ b/test_file.txt @@ -0,0 +1 @@ +some change katherine has made \ No newline at end of file