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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -