Beginner: I was trying to do "pull" before a "push" of my new file to GitHub as system asked. When I typed git push
it showed me:
Merge branch 'master' of https://github.com/Wordworth/Test2
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
~
-- INSERT --
What to do with this? the goal is to push my file after commit to GitHub repo which already exists with the same name is local one. Any hints?