I am still new to Github, although I am in a position where I have to actively use it.
In any case, I used the "git pull upstream master" to pull and merge the latest code for the project I'm working on. I thought this command would update the actual files on my computer (those that appear in the directory, etc.), but nothing happens instead.
Of course, many changes are mentioned in the console, but none of them seem to have happened. As an experiment, I even deleted everything from one of the files and dragged to see if this changes, but I get an โalready updated dateโ.
If this helps, I typed git branch -v and got the following:
* master a2e10a4 [ahead 29] git workflow experiment
In addition, git status gives the following:
# On branch master
As a final note, my only branch is the master.
What happens and how can I get the โpulledโ changes to display in my directory / computer?
Thanks.
user1971506
source share