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

checking after committing/pushing

parent 8338e420
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,6 @@ clone a copy of the course repository at ...@@ -10,8 +10,6 @@ clone a copy of the course repository at
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. *context menu:* **Git > Remote > Pull from Upstream** to first always ensure you update your repository
1. Save into your local directory for `projects/Assignments/COURSE_IDENTIFIER/homework1` (as appropriate)
* For example 2018JanuaryMarch or 2018JulySeptember
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. *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. Ensure Java classes and source files start with your last name
...@@ -24,8 +22,8 @@ Use Netbeans to upload/update your homework assignments as follows: ...@@ -24,8 +22,8 @@ Use Netbeans to upload/update your homework assignments as follows:
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. You can look at prior cohort submissions, for example [MV3500Cohort2018JanuaryMarch](src/MV3500Cohort2018JanuaryMarch) 1. You can look at earlier cohort submissions, for example [deliverables / src / MV3500Cohort2018JanuaryMarch](src/MV3500Cohort2018JanuaryMarch)
2. Find your current cohort subdirectories, for example [MV3500Cohort2018JulySeptember](src/MV3500Cohort2018JulySeptember) 2. Find your current cohort src subdirectories, for example [deliverables / src / MV3500Cohort2018JulySeptember](src/MV3500Cohort2018JulySeptember)
3. Locate the correct subdirectory (for example **homework1**) to put your files. 3. Locate the correct subdirectory (for example **homework1**) to put your files.
4. Name all of your files starting with your last name, e.g. **BrutzmanProgram.java** **BrutzmanScreenshot.png** etc. 4. Name all of your files starting with your last name, e.g. **BrutzmanProgram.java** **BrutzmanScreenshot.png** etc.
5. Be sure that names match for **BrutzmanProgram.java** and the class name, i.e. **public class BrutzmanJava** 5. Be sure that names match for **BrutzmanProgram.java** and the class name, i.e. **public class BrutzmanJava**
......
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