diff options
| author | DoolyBoi <[email protected]> | 2022-09-29 15:28:06 -0700 |
|---|---|---|
| committer | DoolyBoi <[email protected]> | 2022-09-29 15:28:06 -0700 |
| commit | 27e6fbcebd795e6041590723a03e0b9286157692 (patch) | |
| tree | 05aeb82179d719140d58980f5482caa1ba75e4d0 | |
| parent | renamed text file (diff) | |
| download | cst116-lab0-abd00l4h-27e6fbcebd795e6041590723a03e0b9286157692.tar.xz cst116-lab0-abd00l4h-27e6fbcebd795e6041590723a03e0b9286157692.zip | |
Added checklist file
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.vcxproj | 1 | ||||
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters | 3 | ||||
| -rw-r--r-- | CST116-BlankConsole/checklist.txt | 7 |
3 files changed, 11 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj b/CST116-BlankConsole/CST116-BlankConsole.vcxproj index 5f82407..a102a3d 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj +++ b/CST116-BlankConsole/CST116-BlankConsole.vcxproj @@ -130,6 +130,7 @@ <ClCompile Include="CST116-BlankConsole.cpp" />
</ItemGroup>
<ItemGroup>
+ <Text Include="checklist.txt" />
<Text Include="CST116Lab0Havaldar.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters b/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters index 12ec820..a83c487 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters +++ b/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters @@ -23,5 +23,8 @@ <Text Include="CST116Lab0Havaldar.txt">
<Filter>Source Files</Filter>
</Text>
+ <Text Include="checklist.txt">
+ <Filter>Source Files</Filter>
+ </Text>
</ItemGroup>
</Project>
\ No newline at end of file diff --git a/CST116-BlankConsole/checklist.txt b/CST116-BlankConsole/checklist.txt new file mode 100644 index 0000000..3510ddd --- /dev/null +++ b/CST116-BlankConsole/checklist.txt @@ -0,0 +1,7 @@ +1. Make sure that you ignore .gitignore files +2. Make changes to code and save +3. Navigate to Git Changes and if it is not there then right click file which you made changes to and go to git option and press commit or stash +4. Write in textbox what you changed +5. Press commit all or select individual files and then press commit staged +6. There should be 1 outgoing / 0 incoming under the main dropbox in Git Changes +7. If so then press push on the right of the main dropbox and it should push the code onto Github and the local respository should be the same as the github reposititory
\ No newline at end of file |