IT engineer, I like to Learn and Build.
- 🌱 Always
learning
- 🤝 I’m looking forward to collaborate with other developers and learn from them.
- 📪 How to reach me:
bhavinvirani45@gmail.com
Posted on June 29, 2022
This blog post is all about contributing to open source projects to get-up, by making opensource contribution anyone can enhance their developer profile and can make connections with new people around the world who have a similar interest.
That is it, your good to go.
Fork
opetion at top-right corner of webpage. This'll automatically create a copy of that project in your github account.
// Git Command to clone repo
git clone <repo_url>
// For instance
git clone https://github.com/bhavinvirani/bulletproof-react.git
git checkout -b <new_branch_name>
// Example
git branch -b improve_view
if you don't to how to commit, then check out my this blog
Getting Started with 'Git'
Now, Push your changes of new branch on github. While being on your newly created branch from terminal
git push origin -u <your_branch_name>
Example
git push origin -u improve_view
After successfully pushing your branch on your github repository you'll find out Compare & pull request
option on top of your repository's code section
Github 👁
learning
bhavinvirani45@gmail.com
Posted on June 29, 2022
Sign up to receive the latest update from our blog.
November 21, 2024
November 10, 2024