I created a bare repository, than cloned it. When I do git branch -a nothing is displayed. Why can't I even see the master branch by default? Although git bash shows the following:
git branch -a
master
git bash
/some/path/project (master)
You probably cloned an empty repository, there is nothing to point out for the master branch.
branch
commit
tree
blobs
trees
Source: https://habr.com/ru/post/957236/More articles:jQuery returns a height of 0 for a div element immediately after adding an element - javascriptGCD function for C - cProgramming for Windows Mobile Delphi - windowsJavascript: unable to get height of newly created element - javascriptPHP Startup: Unable to load dynamic library (NEW RELIC) - phpUnable to use Python select.poll on Mac OS? - pythonEuler Project 5 - cHow to get CSV sizes from terminal - linuxChange the background color of the calendar on the day - androidproject euler exercise 5 approach - cAll Articles