Welcome to GDSC-AKGEC Probation Projects for 2025!
git clone https://github.com/{your_id}/Probation-Projects-2025.git
git branch {branch_name}
git checkout {branch_name}
5. Make a folder with folder name {Name_Surname} and put in all the files in the folder Remember to remove .git folder from the files otherwise we will not be able to access the folder
git add .
git commit -m "Added project by {Your Name}"
git push origin {branch_name}