git branch doesn't show all my branches created in my newly created repo in local -


why doesn't not show current branches after created local repository?. used git branch , git branch -a command. in git current version 2.14 windows

so initial branch master ,then created "test" branch

but after use command git branch doesn't show branches master , test

for reference since didn't not see question solved.

step 1 : after creation of repo on my/your local
step 2 : commit first include master branch
step 3 : create first branch , commit
step 4 : try git branch or git branch -a

cheers !!


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -