When I type the command :
$ git pull origin header
This error returned to me :
fatal: Couldn't find remote ref header
When i do git push nothing is taken into account by bitbucket. Where could the problem come from?
When I type the command :
$ git pull origin header
This error returned to me :
fatal: Couldn't find remote ref header
When i do git push nothing is taken into account by bitbucket. Where could the problem come from?
It worked, I had to make a :
$ git config --global push.default current