I am trying to pull the code from a remote branch to a local folder on my machine. I created a git repo and am now on the branch that I want to be get code from.
AAA@AAA-VirtualBox:~/Downloads/BBB/CCC$ git branch
dev-master
* feature/multi-pouch_2021
My folder is completely empty but when I run a git pull it says already up to date so I am not sure what I am doing wrong!
AAA@AAA-VirtualBox:~/Downloads/BBB/CCC$ git pull
Already up to date.
I have also tried git pull origin feature/multi-pouch_2021
(the branch I want) but nothing populates my folder with the files.