From c4467e022922b28612bcdc4f67e1fd1667c46ddc Mon Sep 17 00:00:00 2001 From: Mat M Date: Sun, 26 Aug 2018 00:37:06 -0400 Subject: [PATCH] Updated Typical Git Workflow (markdown) --- Typical-Git-Workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Typical-Git-Workflow.md b/Typical-Git-Workflow.md index 9bd804d..400ce4f 100644 --- a/Typical-Git-Workflow.md +++ b/Typical-Git-Workflow.md @@ -42,7 +42,7 @@ It's appreciated if every single commit in a branch on its own compiles on all s ## Scenario C: I made a commit and want to add other changes to it -To append changes to the most recently made commit, simply: +To append changes to the most recently made commit, simply perform the following: 1. Stage the changed files to append to the commit with either: * `git add `