We'd need more information on this to be able to fully understand the issue. Can you please:
Open the repository in Tower
Go to File -> Open in Terminal
Execute the command 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 show develop as your local HEAD branch as well?)
What does the command git 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!
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!