I\'m a not a git expert so this might look like a silly question.
I have local and remote repositories, I want to sync my local with the remote repository. I have many l
git fetch -[options]
Checkout:
git fetch --help
for the functionalities you can use