I'm using git client Tower for mac os
We have git ce server where repositories are stored
Yesterday I noticed that git during pull dont pull new folders with files from git but only changes in files
Folders are not empty
How to fix it?
I'm using git client Tower for mac os
We have git ce server where repositories are stored
Yesterday I noticed that git during pull dont pull new folders with files from git but only changes in files
Folders are not empty
How to fix it?
Copyright © 2021 Jogjafile Inc.
We'd need more information on this to be able to fully understand the issue. Can you please:
git pull origin branch_name
(replace 'branch_name' with the name of your branch).Does this pull all the information you expect? If not, can you please check that you are on the correct branch locally? (For example, if your remote is
develop
, does Tower showdevelop
as your localHEAD
branch as well?) What does the commandgit status
show you?Feel free to reach out to us via https://www.git-tower.com/support/help-center/ with more details so we can look into this for you. A screen recording or screenshot would be very helpful!