Git rename branch
In this article, we will learn how to rename a git branch in local and for the remote servers. If you ever faced a situation… Read More »Git rename branch
In this article, we will learn how to rename a git branch in local and for the remote servers. If you ever faced a situation… Read More »Git rename branch
In this article, we will learn how to revert files to a specific previous version or commit id. Have you ever faced a situation where… Read More »Git revert files to a specific previous version
In this article, we will see how Git Revert multiple commits at a time without affecting/changing the Git history. You must have reverted a single… Read More »Git Revert multiple commits at a time
https://github.com/sagrawal003/git-shell-scripts
There can be cases where you want to revert a branch or commits in git but due to many other commits on the top of… Read More »Git revert specific commits from the command line
It’s difficult to know the name of the current active GIT branch in the terminal so let’s see how to do configuration to show active… Read More »Display current Git Branch name in Terminal Prompt in Mac
http://inchoo.net/tools-frameworks/how-to-generate-ssh-keys-for-git-authorization/