I'm trying to rebase my feature branch to the master branch. But, when I try to pull or fetch using git, it's not even pulling the master branch from the remote to the local.
Here are the steps which I tried
$ git merge origin/master merge: origin/master - not something we can merge $ git merge master merge: master - not something we can merge $ git branch -r origin/feature git branch -a * feature remotes/origin/feature $ git fetch --all Fetching origin $ git pull --all Fetching origin Already up to date. I cloned in the following way
git clone https://github.optum.com/<Repo details> --branch feature --single-branch
masterbranch. What is the output ofgit branchwith no options, orgit branch -a? Along similar lines: what is the output ofgit config --get-all remote.origin.fetch? How did you make the clone?--single-branch