I've created repo, with standard commands
git init
git add .
git remote add origin ssh://trololo.lo/~/git_rep.git
git commit -a -m "trololo"
git push origin master
After that i've created empty repo on another machine, pulled origin. Some files are missing, any idea why and what I should do?
core.excludesfile– embedded.kyle Jun 15 '12 at 17:44git commit -awould be perfectly safe. – Luca Geretti Jun 16 '12 at 9:15