Dear Students,
Welcome to the UDICTI Upskilling Program! We're thrilled to have you on board in this journey. Below are the guidelines to help you navigate this repository and submit your weekly assignments.
- This repository contains 8 branches, each corresponding to a week of the program.
- Assignments for each week are stored in their respective branches (e.g.,
week_1
,week_2
, etc.).
Make sure you have forked this repo
then,
Go to your own github account, Find the forked repo and clone it on your computer. ie
Then,
Clone this repository to your local machine to get started:
git clone https://github.com/<your username>/upskilling_program-2023-2024-.git
To access assignments for a specific week, switch to the corresponding branch:
git checkout week_1 # Replace 'week_1' with the desired week number
cd week_1 # Enter to the 'week_1' folder
Inside the week's folder, create a folder using your name:
mkdir Your_Name
Add your files and commit changes:
git add .
git commit -m "Your commit message here"
Push your committed changes to the repository:
git push origin week_1 # Replace 'week_1' with the current week's branch
Navigate to the repository on GitHub and click on "Pull Requests."
Create a new pull request from your branch to merge your changes.
Add the Pull Request Title as
Submission by <your name>
After completing all assignments for the week then you will get reviewed by instructors.
You will be getting emails to view. Review Responses from instructor
- Always ensure you're working in the correct week's branch while submitting assignments.
- Use meaningful commit messages to describe your changes.
- Don't hesitate to seek help from instructors or mentors if needed.
We're excited to see your progress! Happy coding and best of luck on this learning journey! 🌟✨
Feel free to personalize the message or add any specific details pertinent to your program before sharing it with the students on the GitHub repository.