1
1
I have w problem with pushing whole folder with its content to my repository on GitHub.
I use the following:
$ cd principal
$ git add *
$ git push
Where principal
is the name of folder containing two other folders (Z1
, Z2
) and their content.
Then I visit the GitHub and see:
There is definitelly sth wrong with Z1
folder - I expected to see sth openable
(like Z3
) as this folder is a java project containing src
and other folders. What is happeing?
check http://stackoverflow.com/questions/572549/difference-between-git-add-a-and-git-add
– None – 2014-02-24T12:39:33.893possible duplicate of "nothing to commit (working directory clean)" when a folder has been added
– random – 2014-02-24T13:57:37.4671Sorry for the migration: this has nothing to do with Superuser – VonC – 2014-02-24T15:21:18.850