Actualizing working copies from git repository

21 Views Asked by At

I have 2 identical working copies named WC1 and WC2. I have made some changes to WC1 and pushed it to my repository on Git Hub. Now I want to pull the changes to WC2 but git says "Already up to date" while it's not. enter image description hereenter image description here

I am super new to git and not really understand what I am doing wrong

0

There are 0 best solutions below