I made my first commit; then create a branch (let say branch1).
In this thread, I created the directory "example" and earned. On GitHub, I see a new branch and a new “example” that I added.
Now I wonder how I can “synchronize” with the wizard; and therefore the "example" folder has been deleted (since it does not exist on the server).
EDIT: find . -type d -empty -exec touch {}/.gitignore \; find . -type d -empty -exec touch {}/.gitignore \; performed this work.
git
Disco Sep 14 '11 at 13:32 2011-09-14 13:32
source share