diff options
| author | Joe Traver <[email protected]> | 2022-10-03 17:34:13 -0700 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-10-03 17:34:13 -0700 |
| commit | fb8da155d106f6fc538db0032bf88c0161d03867 (patch) | |
| tree | 315fd613d0c6ff159e57c6b4756cf88b3c1faa3c | |
| parent | Added program output text (diff) | |
| download | cst116-lab0-debugging-joetraver30-fb8da155d106f6fc538db0032bf88c0161d03867.tar.xz cst116-lab0-debugging-joetraver30-fb8da155d106f6fc538db0032bf88c0161d03867.zip | |
Added text file with checklist explaining the push process
| -rw-r--r-- | .vs/cst116-lab0-debugging-joetraver30/v17/.suo | bin | 45056 -> 45056 bytes | |||
| -rw-r--r-- | .vs/slnx.sqlite | bin | 331776 -> 331776 bytes | |||
| -rw-r--r-- | Ch 5 Debugging Project/Push Check List.txt | 6 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.vs/cst116-lab0-debugging-joetraver30/v17/.suo b/.vs/cst116-lab0-debugging-joetraver30/v17/.suo Binary files differindex 58364eb..17a9209 100644 --- a/.vs/cst116-lab0-debugging-joetraver30/v17/.suo +++ b/.vs/cst116-lab0-debugging-joetraver30/v17/.suo diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite Binary files differindex 41aef5e..bc333d7 100644 --- a/.vs/slnx.sqlite +++ b/.vs/slnx.sqlite diff --git a/Ch 5 Debugging Project/Push Check List.txt b/Ch 5 Debugging Project/Push Check List.txt new file mode 100644 index 0000000..3fd3abf --- /dev/null +++ b/Ch 5 Debugging Project/Push Check List.txt @@ -0,0 +1,6 @@ +After making edits a push will be needed to back up the project +Select the "Git Changes" tab in the solution Explorer +Write a note in the comments that adiquately explains the changes made +Press the "commit all" button +Above the comment box it should display 1 outgoing from 0 outgoing +The arrow with a horizontal line at the bottom will "Push" the commited data to Github
\ No newline at end of file |