Answer the question
In order to leave comments, you need to log in
Such a question, why are not all changes from Bitbucket uploaded after the git pull command?
This is what happens in the console:
(env) [email protected]:/home/mysite/src# git pull
Password for ' https://[email protected] ':
Already up-to-date.
(env) [email protected]:/home/mysite/src#
That's right, I don't see any errors, I ask for help or tips?
Answer the question
In order to leave comments, you need to log in
Try git fetch, it will download all the changes from a remote server, then merge here is a link to the manual
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question