I have pushed some files to "test" branch from my computer #1 (GitHub shows that branch with all pushed files).
I now want to get them on my computer #2. I tried fetching, however it doesn't do anything.
All I get is:
$ git fetch --all
Fetching origin
$
How do I get branches and files on computer #2?