Updated Typical Git Workflow (markdown)

Mat M 2018-08-26 00:37:06 -04:00
parent aa24f4409b
commit c4467e0229
1 changed files with 1 additions and 1 deletions

@ -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 ## 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: 1. Stage the changed files to append to the commit with either:
* `git add <list of files separated by spaces>` * `git add <list of files separated by spaces>`