Skip to content

210119-java-enterprise/assignments

Repository files navigation

assignments

Serves as the main assignment repository for disseminating requirements and gathering submissions.

How use this repository

  1. 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/210119-java-enterprise/assignments

  1. Change into the newly cloned repository using the cd command:

| cd assignments

  1. Create a personal branch that you will use to submit your assignments (replace firstName_lastName with your first and last name, separated by an underscore; ex: wezley_singleton):

| git checkout -b firstName_lastName

  1. Create a personal folder within the repository that will house your assignment submissions (replace firstName_lastName_code with the appropriate values; ex: wezley_singleton_code):

| mkdir firstName_lastName_code

  1. Follow any additional instructions as assignments are disseminated by your trainer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages