Skip to content
Snippets Groups Projects
Commit 8338e420 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

checking after committing/pushing

parent a1da8ef3
No related branches found
No related tags found
No related merge requests found
......@@ -20,11 +20,6 @@ Use Netbeans to upload/update your homework assignments as follows:
1. Verify that the entry in Files tab goes from green to black, indicating you have committed to your local repository.
1. *context menu:* **Git > Remote > Push to Upstream**
You can now verify that your files are been shared by checking the website:
* https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/projects/Assignments/
* then append `COURSE_IDENTIFIER` YearStartEnd (i.e. *2018JanuaryMarch*, *2018JulySeptember*, etc.)
## Adding Your Files
All MV3500 cohorts have source code collected under a common Netbeans project.
......@@ -37,6 +32,12 @@ All MV3500 cohorts have source code collected under a common Netbeans project.
6. Be sure to start each .java source file with correct package name, i.e.
1. import MV3500Cohort2018JulySeptember.homework;
7. The Run and Debug context menus should be available for you to test your .java source.
8. Be sure to Commit and Push Upstream, as discussed above.
You can now verify that your files are been shared by checking the website:
* https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/deliverables/src/MV3500Cohort2018JulySeptember
## References
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment