Use Netbeans to upload/update your homework assignments as follows:
Use NetBeans to upload/update your homework assignments as follows:
1.*context menu:***Git > Remote > Pull from Upstream** to first always ensure you update your repository
1.*Making sure:* Did you perform step one and pull git to refresh your local version?!
1. Select file of interest in Netbeans tab for Files
1. Select file of interest in NetBeans tab for Files
1.*context menu:***Refactor/Rename** and take spaces out of file name (gets wacky on various operating systems, email etc.)
1. Ensure Java classes and source files start with your last name
1.*context menu:***Run file**(s) to test
...
...
@@ -21,7 +21,7 @@ Use Netbeans to upload/update your homework assignments as follows:
## Adding and Editing Your Files
All MV3500 cohorts have source code collected under a common Netbeans project.
All MV3500 cohorts have source code collected under a common NetBeans project.
1. Find your current cohort src subdirectories, for example
*[assignments / src / MV3500Cohort2024JulySeptember](src/MV3500Cohort2024JulySeptember)(we are here!)
...
...
@@ -54,7 +54,7 @@ After committing and pushing, you can now verify that your files are been shared
## References
*[Netbeans](http://www.netbeans.org) and [Using Git Support](https://netbeans.apache.org/kb/docs/ide/git.html) with [tutorial video, version 8.2](https://www.youtube.com/watch?v=rs3QSq5hNf4)
*[NetBeans](http://www.netbeans.org) and [Using Git Support](https://netbeans.apache.org/kb/docs/ide/git.html) with [tutorial video, version 8.2](https://www.youtube.com/watch?v=rs3QSq5hNf4)
*[GitLab Flavored Markdown (GFM)](https://docs.gitlab.com/ee/user/markdown.html) and [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet)
* UML [Sequence diagram](https://en.wikipedia.org/wiki/Sequence_diagram) on Wikipedia