Github Tips
Learn the efficient way to start standard projects and push it to Github/Gitlab

Search for a command to run...
Articles tagged with #github
Learn the efficient way to start standard projects and push it to Github/Gitlab

git reflog

I've included 10 amazing GitHub repos which will help you to become a better JavaScript Developer. These repository will clear your all doubts in Javascript, also you can practise more problems using the below repos. 1. JavaScript Algorithms Star: ~1...

Commit message is very important when you work in team. By reading the conventional commit messages, it helps your team to understand what changes have you done and why. Sometime it's also going to help you when you look back into your codebase 😜 ...

A consistent branch naming convention is part of code review best practices. Use ticket ID in your branch names If you use ticket ID, then it will be very easy to track the ticket also the ticket will be unique. It doesn't take much time to thin...

Commit message is very important when you work in team. By reading the conventiional commit messages, it helps your team to understand what changes have you done and why. Sometime it's also going to help you when you look back into your codebase 😜 ....
