0
I’m learning to use git is my first time but I’ve tried to give git pull origin main
but always falls into a mistake saying
* branch main -> FETCH_HEAD
Already up to date.
I’ve tried everything on the internet and nothing helps me.
What is your goal and what is the result of the command
git status
andgit branch -a
? For the messageAlready up to date.
apparently the local repository is up to date with the remote.– Leo Lamas