私はGitが初めてです。2 つのコミットのプッシュとマージに成功しました。しかし、gitステータスを確認すると、まだ
$ git status
# On branch master
# Your branch is ahead of 'origin/master' by 2 commits.
#
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
no changes added to commit (use "git add" and/or "git commit -a")
git push
(***
は会社の Git サーバーのアドレスであり、以下では無視されます) の後の出力:
$ git push
Total 0 (delta 0), reused 0 (delta 0)
remote: Processing changes: refs: 1, done
To ssh://***
! [remote rejected] master -> refs/for/master (no new changes)
error: failed to push some refs to 'ssh://***'
誰かが理由を知っていますか?