I cloned a repo from github and when I opened it using gitbash in local machine I am getting some hexadecimal value as branch name, I was expecting it to be master but it is not.

            Asked
            
        
        
            Active
            
        
            Viewed 29 times
        
    0
            
            
         
    
    
        Debayan
        
- 459
- 4
- 6
- 
                    1Just checkout an existing branch, your `HEAD` is currently pointing at a commit directly. – Romain Valeri Nov 19 '21 at 15:45
- 
                    https://stackoverflow.com/search?q=%5Bgit%5D+what+is+detached+HEAD – phd Nov 19 '21 at 16:15