Hello. I have the following situation when adding files to git. With git add, everything is fine as usual, with git commit, too, and when I write a git push origin master, this error appears:
*To git@github.com:triodjangopiter/junior.git ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'git@github.com:triodjangopiter/junior.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (eg hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.* Help me please. Thank.
git log --oneline --graph --decorate --all- Nick Volynkin ♦