对git来说,为什么推送后我的某些文件夹会空了?

时间:2012-08-16 06:28:15

标签: git

刚开始使用git,在bitbucket上做了depo并在git bash中做了这个

1. cd to directory
this directory has 3 folders and a zip file. some of the folders contain files, some contain other folders.
2. git init
3. git remote add origin ....
4. git add .
5. git commit -m
6. git push origin master

这推送了一些文件,但也有2个空文件夹。为什么是这样? 我似乎无法提交任何丢失的文件,扫描没有显示任何内容

编辑:在bitbucket中,我看到丢失的文件夹上有蓝色小箭头,后面是哈希码。这意味着什么......

edit2:要传递出来,将在早上检查。 FML

0 个答案:

没有答案