I am a passionate software developer with a keen interest in building efficient and scalable applications. I love exploring new technologies and continuously improving my skills.
Here are some of the technologies I work with:
You can find me on:
βοΈ From readloud
$ git clone https://github.com/<your-github-username>/readloud.github.io
$ git branch <name_of_branch>
$ git checkout -b <name_of_branch>
Keep your cloned repo up-to date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)
git pull origin main
Make relevant changes according to the issue that you were assigned on. Contribute in any way you feel like :)
Once you have modified an existing file or added a new file to the project, you can add it to your local repository, which we can do with the git add command.
git add .
git commit -m "useful commit message"
git push origin <branch-name>
Thanks go to these Wonderful People π¨π»βπ»