diff options
Diffstat (limited to 'CST116-BlankConsole/checklist.txt')
| -rw-r--r-- | CST116-BlankConsole/checklist.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CST116-BlankConsole/checklist.txt b/CST116-BlankConsole/checklist.txt new file mode 100644 index 0000000..f000fb0 --- /dev/null +++ b/CST116-BlankConsole/checklist.txt @@ -0,0 +1,6 @@ +1. Go to the "Git Changes" tab in the sidebar. +2. Click the + at the top right of the "Changes" dropdown to stage everything +2.1. Git may crash with a "cannot parse path" error. Just go find what file it's crying about, right-click on it, and tell git to ignore it. I have no idea if that's what you should actually be doing, but it seems to work. +3. Add a commit comment. +4. Click "Commit Staged" and wait for VS to finish chewing on it. +5. Click "Push" at the top right of the sidebar.
\ No newline at end of file |