Get Current branch name in GIT
Generally there might be many branches inside a GIT repository and when you are working on multiple repositories you might know which branch you are currently working on. So there are 2 ways to...
Generally there might be many branches inside a GIT repository and when you are working on multiple repositories you might know which branch you are currently working on. So there are 2 ways to...
The below command will do a force push in GIT and will overwrite any changes that are not in your current code into remote repository Example : Let us say the remote repository has...