I have a problem with the command "git pull". i have two stash users and in one user it works fine and in the other it gives an error message saying: You asked me to pull without telling me which branch you want to merge with. Please specify which branch you want to use on the command line and try again (e.g. 'git pull '). See git-pull(1) for details.
i spotted the problem but dont know how to fix it. When i checkout to my branch it is not writing it into the .git/config file. however, this is happening only when I create the branch, when others create the branches i can access them and it is written in the .git/config file.
why is this happening? Thanks,