Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 599 Bytes

File metadata and controls

33 lines (22 loc) · 599 Bytes

Week 2 Tasks for all batches


1. Clone the code from the repository into your local device using command:

git clone <repositor_url>

2. Create a branch of your name using the command

git branch <branch_name>

3. Checkout to the branch using the command

git checkout <branch_name>

4. Rename the file to your name and solve the problem

5. Save the code and push the code to the repository

git add .
git commit -m "your_commit_message"
git push origin <branch_name>

In case of any queries, please mail us at: sci-mat@bmu.edu.in