Why doesn't Git pull in new changes to the cloned repository on my VPS?











up vote
0
down vote

favorite












I bought vps, on which I made git clone. Everything got well from gitlab. However, on the computer I made some corrections in the project, and then I made commit and push through sourcetree. The changes are in the gitlab repository, but when I want to download changes to my vps, I enter the git pull command and get the 'Already up-to-date' message even though changes have been made. I am asking for help on how to solve this.










share|improve this question
























  • There are a zillion possible points of failure here. Are you sure you see the commit at Gitlab? Are you sure your VPS has the correct origin config? Are you sure Sourcetree has the correct origin config?
    – isherwood
    Nov 19 at 21:07










  • Yes, I saw commit in Gitlab. Hmm.. how can i check if i had correct origin config ?
    – Patryk Przybylski
    Nov 19 at 21:08










  • git remote -v git-scm.com/docs/git-remote
    – isherwood
    Nov 19 at 21:11












  • This is my output in vps :
    – Patryk Przybylski
    Nov 19 at 21:13










  • origin gitlab.com/patrykprzybylski92/my-app.git (fetch) origin gitlab.com/patrykprzybylski92/my-app.git (push)
    – Patryk Przybylski
    Nov 19 at 21:14















up vote
0
down vote

favorite












I bought vps, on which I made git clone. Everything got well from gitlab. However, on the computer I made some corrections in the project, and then I made commit and push through sourcetree. The changes are in the gitlab repository, but when I want to download changes to my vps, I enter the git pull command and get the 'Already up-to-date' message even though changes have been made. I am asking for help on how to solve this.










share|improve this question
























  • There are a zillion possible points of failure here. Are you sure you see the commit at Gitlab? Are you sure your VPS has the correct origin config? Are you sure Sourcetree has the correct origin config?
    – isherwood
    Nov 19 at 21:07










  • Yes, I saw commit in Gitlab. Hmm.. how can i check if i had correct origin config ?
    – Patryk Przybylski
    Nov 19 at 21:08










  • git remote -v git-scm.com/docs/git-remote
    – isherwood
    Nov 19 at 21:11












  • This is my output in vps :
    – Patryk Przybylski
    Nov 19 at 21:13










  • origin gitlab.com/patrykprzybylski92/my-app.git (fetch) origin gitlab.com/patrykprzybylski92/my-app.git (push)
    – Patryk Przybylski
    Nov 19 at 21:14













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I bought vps, on which I made git clone. Everything got well from gitlab. However, on the computer I made some corrections in the project, and then I made commit and push through sourcetree. The changes are in the gitlab repository, but when I want to download changes to my vps, I enter the git pull command and get the 'Already up-to-date' message even though changes have been made. I am asking for help on how to solve this.










share|improve this question















I bought vps, on which I made git clone. Everything got well from gitlab. However, on the computer I made some corrections in the project, and then I made commit and push through sourcetree. The changes are in the gitlab repository, but when I want to download changes to my vps, I enter the git pull command and get the 'Already up-to-date' message even though changes have been made. I am asking for help on how to solve this.







git gitlab






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 19 at 21:07









isherwood

36.5k1081111




36.5k1081111










asked Nov 19 at 20:52









Patryk Przybylski

224




224












  • There are a zillion possible points of failure here. Are you sure you see the commit at Gitlab? Are you sure your VPS has the correct origin config? Are you sure Sourcetree has the correct origin config?
    – isherwood
    Nov 19 at 21:07










  • Yes, I saw commit in Gitlab. Hmm.. how can i check if i had correct origin config ?
    – Patryk Przybylski
    Nov 19 at 21:08










  • git remote -v git-scm.com/docs/git-remote
    – isherwood
    Nov 19 at 21:11












  • This is my output in vps :
    – Patryk Przybylski
    Nov 19 at 21:13










  • origin gitlab.com/patrykprzybylski92/my-app.git (fetch) origin gitlab.com/patrykprzybylski92/my-app.git (push)
    – Patryk Przybylski
    Nov 19 at 21:14


















  • There are a zillion possible points of failure here. Are you sure you see the commit at Gitlab? Are you sure your VPS has the correct origin config? Are you sure Sourcetree has the correct origin config?
    – isherwood
    Nov 19 at 21:07










  • Yes, I saw commit in Gitlab. Hmm.. how can i check if i had correct origin config ?
    – Patryk Przybylski
    Nov 19 at 21:08










  • git remote -v git-scm.com/docs/git-remote
    – isherwood
    Nov 19 at 21:11












  • This is my output in vps :
    – Patryk Przybylski
    Nov 19 at 21:13










  • origin gitlab.com/patrykprzybylski92/my-app.git (fetch) origin gitlab.com/patrykprzybylski92/my-app.git (push)
    – Patryk Przybylski
    Nov 19 at 21:14
















There are a zillion possible points of failure here. Are you sure you see the commit at Gitlab? Are you sure your VPS has the correct origin config? Are you sure Sourcetree has the correct origin config?
– isherwood
Nov 19 at 21:07




There are a zillion possible points of failure here. Are you sure you see the commit at Gitlab? Are you sure your VPS has the correct origin config? Are you sure Sourcetree has the correct origin config?
– isherwood
Nov 19 at 21:07












Yes, I saw commit in Gitlab. Hmm.. how can i check if i had correct origin config ?
– Patryk Przybylski
Nov 19 at 21:08




Yes, I saw commit in Gitlab. Hmm.. how can i check if i had correct origin config ?
– Patryk Przybylski
Nov 19 at 21:08












git remote -v git-scm.com/docs/git-remote
– isherwood
Nov 19 at 21:11






git remote -v git-scm.com/docs/git-remote
– isherwood
Nov 19 at 21:11














This is my output in vps :
– Patryk Przybylski
Nov 19 at 21:13




This is my output in vps :
– Patryk Przybylski
Nov 19 at 21:13












origin gitlab.com/patrykprzybylski92/my-app.git (fetch) origin gitlab.com/patrykprzybylski92/my-app.git (push)
– Patryk Przybylski
Nov 19 at 21:14




origin gitlab.com/patrykprzybylski92/my-app.git (fetch) origin gitlab.com/patrykprzybylski92/my-app.git (push)
– Patryk Przybylski
Nov 19 at 21:14

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53382461%2fwhy-doesnt-git-pull-in-new-changes-to-the-cloned-repository-on-my-vps%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53382461%2fwhy-doesnt-git-pull-in-new-changes-to-the-cloned-repository-on-my-vps%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

If I really need a card on my start hand, how many mulligans make sense? [duplicate]

Alcedinidae

Can an atomic nucleus contain both particles and antiparticles? [duplicate]