I am new to git and source tree. I have problem in
I am trying to commit my changes on stash I commit it through source tree but not able to push it got this error
! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'http://dh.s@dummy.it:7990/scm/ddn/mytrainer.git'
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.
I have tried to pull the changes which are there on the pull tab but it is showing error
error: Your local changes to the following files would be overwritten by merge: grails-app/conf/BuildConfig.groovy
Please, commit your changes or stash them before you can merge. Aborting
How do I commit the changes without affecting the commits done by other team member through source tree.
Thanks