-1

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?

DenisMasot
  • 697
  • 5
  • 11
  • 21

1 Answers1

0

It worked, I had to make a :

$ git config --global push.default current

Couldn't find remote ref HEAD in Git

Default behavior of "git push" without a branch specified

DenisMasot
  • 697
  • 5
  • 11
  • 21