Welcome to the CSC-211 Student Portfolio Submission repository! This repository is intended for students to submit their portfolios for review. Follow the steps below to upload your work:
-
Fork the Repository:
- Click on the "Fork" button at the top-right corner of this page to create a copy of this repository in your GitHub account.
-
Clone Your Fork:
- Clone the forked repository to your local machine using the following command in your terminal or command prompt:
Replace
git clone https://github.com/your-username/CSC-211StudentPortfolio.git
your-username
with your actual GitHub username.
- Clone the forked repository to your local machine using the following command in your terminal or command prompt:
-
Create a New Branch:
- Change to the repository directory:
cd CSC-211StudentPortfolio
- Create a new branch for your changes:
Replace
git checkout -b feature/your-portfolio
your-portfolio
with a descriptive branch name.
- Change to the repository directory:
-
Add Your Portfolio Files:
- Add your portfolio files to the local repository:
git add .
- Commit your changes:
git commit -m "Add my portfolio"
- Add your portfolio files to the local repository:
-
Push Changes to Your Fork:
- Push your changes to your forked repository on GitHub:
git push origin feature/your-portfolio
- Push your changes to your forked repository on GitHub:
-
Create a Pull Request:
- Visit your forked repository on GitHub.
- Click on the "Compare & pull request" button.
- Confirm that the changes you made are what you want to submit.
- Click on the "Create pull request" button.
- Add a title and description for your pull request, then click "Create pull request."
-
Wait for Review:
- Your instructor will review your portfolio and provide feedback through comments on the pull request.
- Make any necessary changes and push them to the same branch in your fork.
-
Merge Pull Request (Instructor's Responsibility):
- Once your portfolio is approved, the instructor will merge your pull request, incorporating your changes into the main repository.
If you have any questions or encounter any issues during the submission process, feel free to reach out to the instructor for assistance.
Happy submitting!