After merging some documents, I tried git push. But it turned out to be like this:
To git@github.com:snmg-bootcamp/ChatSpace.git<br>
![reficted] arist -> artist(non-fast-forward)<br>
error: failed to push some refs to 'git@github.com:snmg-bootcamp/ChatSpace.git'<br>
hint: Updates were rejected because the tip of your current branch is behind <br>
hint: its remote counterpart. Intergrate the remote changes(e.g. <br>
hint: 'git pull...') before pushing again. <br>
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Can anybody tell what's the problem? I'm new.