I am writing an article with LaTeX code from a directory in my Dropbox. I operate git locally in this directory. I have a master branch which is a polished copy of my paper, I make additions and collaborate using branches like this stack post. I am committing locally, but not pushing to an online repo.
When I use another computer, can I get access to the branches via Dropbox.com? I know the master file will appear in the dropbox.com gui, but will I be able to find the branch, since that is what I want to edit. Bare in mind I often use different computers on campus, these are Windows. My personal computer is Linux.
Please do not explain to me about online version control repos or cloud LaTeX options. I know and use both.