> [...]hint: Updates were rejected because the tip of your current branch is 
> behind
> hint: its remote counterpart. Integrate the remote changes (e.g.
> hint: 'git pull ...') before pushing again.
> hint: See the 'Note about fast-forwards' in 'git push --help' for details.
> and contents of my project folder is:
>
> As the error message says, you need to get in sync with the master repo.
Either "git pull" to include the changes as they are, or "git fetch" and 
then merge the remote changes selectively to your branch.
Then, you'll be able to push.

Waldek 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to