0

When I commit a file using egit, what is the option available to select 'head'. Also, no files are commited when I select 'head'. Should I not be commiting to master only ?

enter image description here

blue-sky
  • 51,962
  • 152
  • 427
  • 752

1 Answers1

0

You're clearly confusing committing and pushing. The screenshot you've shown is about setting up specification used for pushes. To understand what this dialog talks about, read the git-push manual, especially the bits dealing with the so-called "refspecs" as what that dialog supposedly is about is presenting you with a GUI interface for constructing a push refspec.

kostix
  • 51,517
  • 14
  • 93
  • 176