は、git status
を使用してローカルで変更されたファイルを確認できますが、litがgitリポジトリの背後にあることを確認する方法がわかりません。git linuxがgitリポジトリの背後にあることを確認する方法
私はコードをgitにプッシュすると常に見つけます。の前にいつでもgit push
の前に見つけます。しかし、それは賢明な方法ではないと思う。 lは(多分キーワード問題)
git add .
git commit -m "xxx"
git push
! [rejected] master -> master (fetch first)
error: failed to push some refs to
'[email protected]/xxxx'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
'fetch'すると、リモートから新しいコミットをチェックしますが、自動的に' 'プル ''しません。 – Steve