This repo is for Web Dev Bootcamp organised by GDSC ABESIT.
1.Clone the repo using git clone https://github.com/dscabesit/webDevBootcamp.git command.
2.cd to the cloned repo. Then go to Project folder.
3.Before pushing any changes use git pull so that your cloned local repo is up-to-date with the remote one.
4.If you want to make any contribution to the repo make sure you do it on a separate branch by using git branch branchName.
5.Use git checkout branchName so that you can switch to your newly created branch.
6.Now you can contribute to this repo make some contributions 🙌🤩🤩 then ,
-
Use
git add .to stage your changes. -
Use
git commit -m "your message"to commit your changes. -
Use
git pushto push your changes.
Happy contributing 🙌🤩🤩
- If you need help with Markdown