You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(git push) after $(git commit -am "Releasing version: ${version}") fails with
To github.com:ngs-lang/ngs.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'github.com:ngs-lang/ngs.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.
Merging from remote master helps but it's a workaround, not a solution
The text was updated successfully, but these errors were encountered:
$(git push)
after$(git commit -am "Releasing version: ${version}")
fails withMerging from remote master helps but it's a workaround, not a solution
The text was updated successfully, but these errors were encountered: