diff options
| author | Joseph Williams <[email protected]> | 2022-09-29 15:29:36 -0700 |
|---|---|---|
| committer | Joseph Williams <[email protected]> | 2022-09-29 15:29:36 -0700 |
| commit | 97ced6b9eb0c35a3f5c93a799ac9a67105f27028 (patch) | |
| tree | 7c0662cdfd2433ac90c91bd8b51b5a43851866cb /CST116-BlankConsole/checklist.txt | |
| parent | finished (diff) | |
| download | archived-cst116-lab0-allthenamesaretaken3141-main.tar.xz archived-cst116-lab0-allthenamesaretaken3141-main.zip | |
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 |