+ [2014-07-30T22:06:59Z] t4nk247 My git config looks like this: http://pastebin.com/pxTbYtKa
+ [2014-07-30T22:07:01Z] thibaultcha Always 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] t4nk247 Because it seems I have to run git push manually from cmd line
+ [2014-07-30T22:07:39Z] t4nk247 And I basically want to automate pushing from master to gh-pages

message no. 34163

Posted by VictorBjelkholm in #github at 2014-07-30T15:13:48Z

nothing on the status page
+ [2014-07-31T00:57:52Z] techno156 Just wondering, how would I push a folder that isn't present to the repository?
+ [2014-07-31T01:00:30Z] juliohm techno156, Git does not track empty directories, it trackes files
+ [2014-07-31T01:00:36Z] juliohm create a dummy file and commit
+ [2014-07-31T01:00:47Z] juliohm touch dummy.txt