+ [2014-11-04T23:53:11Z] luto https://github.com/CarlFK/gst-switch
+ [2014-11-04T23:53:14Z] luto look at the right side..
+ [2014-11-04T23:53:43Z] CarlFK ah, there. thanks
+ [2014-11-04T23:53:46Z] luto ;)
+ [2014-11-04T23:53:56Z] luto resetting is still nicer :P :D

message no. 58965

Posted by CarlFK in #github at 2014-11-04T23:53:43Z

ah, there. thanks
+ [2014-11-05T00:48:57Z] robertbellarmine how can I be able to add every single file under it to github without having to write git add to each one?
+ [2014-11-05T00:49:57Z] thibaultcha add is different than adding to github
+ [2014-11-05T00:50:19Z] thibaultcha git add -A will add every file in your repo (from the root of your directory)
+ [2014-11-05T00:50:27Z] thibaultcha And then you will commit, and push to github.