Quando eu dei o git pull local master dentro de ana/projeto ele já atualizou o meu arquivo dentro do Visual Studio Code por que ele fez isso?
Desenvolvimento@DESKTOP-KB3DLRP MINGW64 ~/Documents/git-github/ana/projeto (master)
$ git pull local master
remote: Enumerating objects: 14, done.
remote: Counting objects: 100% (14/14), done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 12 (delta 4), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (12/12), 1.18 KiB | 1024 bytes/s, done.
From C:/Users/Desenvolvimento/Documents/git-github/servidor
* branch master -> FETCH_HEAD
d092c6b..f96645c master -> local/master
Auto-merging index.html
Merge made by the 'recursive' strategy.
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Quando eu entrei em /ana/projeto a minha branch lista não apareceu
Desenvolvimento@DESKTOP-KB3DLRP MINGW64 ~/Documents/git-github/ana/projeto (master)
$ git branch
* master
Desenvolvimento@DESKTOP-KB3DLRP MINGW64 ~/Documents/git-github/ana/projeto (master)
$