diff options
Diffstat (limited to 'CST116-BlankConsole/checklist.txt')
| -rw-r--r-- | CST116-BlankConsole/checklist.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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 |