Microsoft Windows [Version 10.0.19045.5131] (c) Microsoft Corporation. All rights reserved. C:\Lsp\Docker>docker load -i lsp-dock-app.tar Loaded image: lsp-dock-app:latest C:\Lsp\Docker>docker load -i lsp-dock-app.tar Loaded image: lsp-dock-app:latest C:\Lsp\Docker>git branch fatal: not a git repository (or any of the parent directories): .git C:\Lsp\Docker>cd .. C:\Lsp>cd LSP-Console C:\Lsp\LSP-Console>git branch * master C:\Lsp\LSP-Console>get branch -a 'get' is not recognized as an internal or external command, operable program or batch file. C:\Lsp\LSP-Console>git fetch remote: Enumerating objects: 230, done. remote: Counting objects: 100% (215/215), done. remote: Compressing objects: 100% (128/128), done. remote: Total 167 (delta 134), reused 49 (delta 39) Receiving objects: 100% (167/167), 63.10 KiB | 4.51 MiB/s, done. Resolving deltas: 100% (134/134), completed with 19 local objects. From ec2-3-111-55-143.ap-south-1.compute.amazonaws.com:LSP/LSP-Console ce3e9db..64974ab master -> origin/master 8242971..bcbd939 V1.2_PR1 -> origin/V1.2_PR1 * [new branch] V1.2_PR2 -> origin/V1.2_PR2 C:\Lsp\LSP-Console>git checkout --track remote/origin/V1.2_PR2 fatal: 'remote/origin/V1.2_PR2' is not a commit and a branch 'origin/V1.2_PR2' cannot be created from it C:\Lsp\LSP-Console>git branch -a * master remotes/origin/HEAD -> origin/master remotes/origin/V1.1_PR1 remotes/origin/V1.1_PR2 remotes/origin/V1.2_PR1 remotes/origin/V1.2_PR2 remotes/origin/master C:\Lsp\LSP-Console>git checkout --track remotes/origin/V1.2_PR2 branch 'V1.2_PR2' set up to track 'origin/V1.2_PR2'. Switched to a new branch 'V1.2_PR2' C:\Lsp\LSP-Console>