create branch from head number

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...