git pull Vs git fetch
All branches are stored in .git/refs
All local branches are stored in .git/refs/heads
All remote branches are stored in .git/refs/remotes
The git fetch command downloads commits, files, and refs from a remote repository into your local repo. Fetchin...
sujeet-agrahari.hashnode.dev2 min read