Short description about the project.
The overview starts here. Random text about the project, motive, how, what, why etc.
Lets get started!
git remote add
git fetch
git merge
1. Fork this repository.
2. Clone your forked copy of the project.
git clone https://github.com/<your_user_name>/bootcamp-2021-showcase.git
3. Navigate to the project directory .
cd bootcamp-2021-showcase
4. Add a reference(remote) to the original repository.
git remote add upstream https://github.com/ACM-VIT/bootcamp-2021-showcase.git
5. Check the remotes for this repository.
git remote -v
6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).
git pull upstream master
7. Create a new branch.
git checkout -b <your_branch_name>
8. Perform your desired changes to the code base.
Authors:
Contributors: