0

I have a project with a branch.

I made local change.

I want to "go back" on my changes and get the cloud version.

I tried pull, it didn't changed my local files.

Question: How can I get the cloud files overwritting local files ?

phd
  • 82,685
  • 13
  • 120
  • 165
  • What do you mean go back on your changes on your no update branch?I think your are confusing git pull with git revert or git reset(go back on your changes in your new branch). Try to explain better your post and maybe we can help you. Anyways I recommend you do first a beginner tuto about git. – mononoke83 Mar 09 '21 at 10:20
  • I edited my post. You are right, I need to do a tutorial because actually I'm confused on why a simple pull doesn't do the job. –  Mar 09 '21 at 10:40
  • https://stackoverflow.com/search?q=%5Bgit-pull%5D+overwrite+local+files – phd Mar 09 '21 at 11:49

0 Answers0