git

git reset – -hard HEAD@{n}

git  reset  – -hard  HEAD@{n} git  reset  – -hard  HEAD@{n} (or) git  reset  – -hard  commit-id you can use any one of the above commands it is a potentially dangerous command, since it removes ...

git commands list with examples pdf

git commands list with examples pdf in this pdf you will get all the git commands with examples all the basic to advanced git commands explained clearly in this pdf git commands list pdf...

git create branch from commit id

we can create a branch form commit id or sha code or head number create branch from commit id or sha code git  branch  <branch _name>  <commit id> by using above command you can...

Git Branching Strategy-Git Work Flow

Most Useful Git Branching Strategy or Git Work Flow in this blog post I will tell you how i am implementing git strategy or git workflow  in my project and this is the most used...