Welcome to the Internship-Daily-Task-Tracker Repository! π
You have collaborator access, so no need to create a pull request. Directly push your changes to the main branch. Happy coding! π
-
Clone the Repository:
- Open your terminal.
- Run the following command to clone the repository:
git clone https://github.com/BOOST-STAR-Experts/Internship-Daily-Task-Tracker.git
-
Create Your Folder:
- Navigate to the
Interns
directory.cd Internship-Daily-Task-Tracker/Interns
- Create a new folder using your name as the folder name.
mkdir YourName
- Now go to your name folder with the below code.
cd YourName
- Navigate to the
-
Daily Task Update:
- Inside your folder, create a new HTML/CSS or JS file for each day's tasks.
- For example, create
Day1.html
,Day2.css
, etc. - Use clear filenames to represent the content.
-
Commit Changes:
- Save your changes.
- Run the following commands to commit changes:
git add . git commit -m "Add tasks for Day 1"
-
Push Code:
- Push your changes to the repository:
git push origin main
- Push your changes to the repository:
Now you've successfully updated your daily tasks! Repeat these steps for each day.