Serves as the main assignment repository for disseminating requirements and gathering submissions.
- Clone this repository to your local machine by executing the following command in the desired location (preferrably within a folder designated for all training repositories):
| git clone https://github.com/200727-java-ng-usf/assignments
- Change into the newly cloned repository using the
cdcommand:
| cd assignments
- Create a personal branch that you will use to submit your assignments (replace
firstName_lastNamewith your first and last name, separated by an underscore; ex:wezley_singleton):
| git checkout -b firstName_lastName
- Create a personal folder within the repository that will house your assignment submissions (replace
firstName_lastName_codewith the appropriate values; ex:wezley_singleton_code):
| mkdir firstName_lastName_code
- Follow any additional instructions as assignments are disseminated by your trainer.