+[2014-07-30T22:06:59Z]t4nk247My git config looks like this: http://pastebin.com/pxTbYtKa +[2014-07-30T22:07:01Z]thibaultchaAlways been curious about that sync button too. +[2014-07-30T22:07:11Z]t4nk247(Note the 2 +push lines). I'm wondering, are those run when Sync is presed on the GH for Win gui? +[2014-07-30T22:07:23Z]t4nk247Because it seems I have to run git push manually from cmd line +[2014-07-30T22:07:39Z]t4nk247And I basically want to automate pushing from master to gh-pages
I am trying to create github pages for my repo, that's why
+[2014-07-31T00:57:52Z]techno156Just wondering, how would I push a folder that isn't present to the repository? +[2014-07-31T00:57:56Z]techno156*a +[2014-07-31T01:00:30Z]juliohmtechno156, Git does not track empty directories, it trackes files +[2014-07-31T01:00:36Z]juliohmcreate a dummy file and commit +[2014-07-31T01:00:47Z]juliohmtouch dummy.txt