Central repository for App Team Carolina's Academy Apprenticeship projects in Spring 2022.
-
Open the repository on the GitHub website.
-
Fork this repository to create your own copy. This will let you push your code onto GitHub without changing the starter code.
A fork is a copy of a repository. Forking a repository allows you to freely experiment with changes without affecting the original project.
-
Clone this repository into a folder that contains all of your App Team Carolina files.
Note: You can do this through Xcode or in the Terminal.
-
Now, you have a local copy of your forked version of the projects repository.
-
During development, commit your changes on your local machine.
-
After committing, push them to your remote, forked projects repository.
-
In the
README.mdfile of each project, add a screenshot or gif of your completed project.
-
Open your forked repository on the GitHub website.
https://github.com/<# your GitHub username #>/apprentice-projects-s22 -
Fetch and merge the new changes that added/changed a project.
-
In a Terminal or your Git GUI of choice, pull the new changes into your local repository.
-
Start working on the new project :)