Git Commands Tutorials and Example: Git Reset – Git Revert
A committed snapshot can be undone with the git reverse command. Rather than removing the commit from the project history, […]
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
A committed snapshot can be undone with the git reverse command. Rather than removing the commit from the project history, […]
Version control is a way to keep track of changes to code so that if something goes wrong, we can […]
GitHub. Bitbucket. Assembla. RhodeCode. DevZing Subversion. GitHub:- Github is a collaborative coding tool with version control, branching, and merging all […]
Enforce the JIRA issue id in a GIT commit message This can be done by using git hooks file location […]
Best Branching and Merging strategies in Gerrit Step 1 – First Lets read this article about Best Branching and Merging […]
Best Branching and Merging strategies in git Step 1 – First you need to learn the needs of branches. This […]
How to revert the changes once its submitted in Gerrit The Revert button is available if the change has been […]
Here is the short and quick description of Gerrit key teminology. Change Every time you push a commit with a […]
Best practice says that before you commit in git, you need to either do git pull or git fetch/merge. However, […]
What are the advantage of GIT over Subversion and perforce? Code development has its negative and positive sides, but anything […]