Hi All
I have started using a Bitbucket for a while but one command is keeping me in nightmare, which is a git fetch. I have gone through all the online blogs and examples and every where I found that git fetch is used to download the remote commits.
But I am quite confused here,my use case goes like this
when I create a new remote branch(say feature/101 directly online) and do a git fetch from local it brings up the remote branch(feature/101) into my local whereas if I change/add any file remotely (directly online editing) within that branch feature/101 and do a git fetch those files are not reflecting in my local copy. I know I can use git pull to meet my requirement but I really want to understand the real scope of git fetch.
Any answer from you all will be really appreciated.....
Thanks
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.