📔 Get to know your fellow Geeks!
git clone https://github.com/<your-github-username>/Getting-started-with-git-github-2021.git
git remote add --track master upstream https://github.com/InnogeeksOrganization/Getting-started-with-git-github-2021.git
git fetch upstream
git checkout -b <your-github-username> upstream/master
- Batch(2020-2024) directory if you are from this batch
- Batch(2019-2023) directory if you are from this batch
You can add the following information about yourself:
- About
- Place
- Skills
- Interests
- Links where others can catch up with you in the universe
- Previous contributions if any
- Projects that you are most proud of
git add .
git commit -m "README: Add info about <your-github-username>"
git push -u origin <your-github-username>