Git
Git revert files to a specific previous version
In this article, we will learn how to revert files… Read More »Git revert files to a specific previous version
Git Revert multiple commits at a time
In this article, we will see how Git Revert multiple… Read More »Git Revert multiple commits at a time
Git Shell Scripts
https://github.com/sagrawal003/git-shell-scripts
Git revert specific commits from the command line
There can be cases where you want to revert a… Read More »Git revert specific commits from the command line
GitHub pull request analysis using SonarQube
SonarQube provides Github plugin using which it can publish inline… Read More »GitHub pull request analysis using SonarQube
Git pull, Merge, Push master branch or specific branch into multiple branches at once using shell script
This post is useful to those who are maintaining multiple… Read More »Git pull, Merge, Push master branch or specific branch into multiple branches at once using shell script
Display current Git Branch name in Terminal Prompt in Mac
It’s difficult to know the name of the current active… Read More »Display current Git Branch name in Terminal Prompt in Mac
Generate SSH key for GIT Authorization
http://inchoo.net/tools-frameworks/how-to-generate-ssh-keys-for-git-authorization/