標準コマンドでレポを作成しました
git init
git add .
git remote add origin ssh://trololo.lo/~/git_rep.git
git commit -a -m "trololo"
git push origin master
その後、別のマシンで空のレポを作成し、オリジンをプルしました。一部のファイルが欠落しています。その理由と対処方法を教えてください。
標準コマンドでレポを作成しました
git init
git add .
git remote add origin ssh://trololo.lo/~/git_rep.git
git commit -a -m "trololo"
git push origin master
その後、別のマシンで空のレポを作成し、オリジンをプルしました。一部のファイルが欠落しています。その理由と対処方法を教えてください。