+[2014-11-04T23:53:11Z]lutohttps://github.com/CarlFK/gst-switch +[2014-11-04T23:53:14Z]lutolook at the right side.. +[2014-11-04T23:53:43Z]CarlFKah, there. thanks +[2014-11-04T23:53:46Z]luto;) +[2014-11-04T23:53:56Z]lutoresetting is still nicer :P :D
+[2014-11-05T00:48:35Z]robertbellarmineOnce I add a folder with git init +[2014-11-05T00:48:57Z]robertbellarminehow 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]thibaultchaadd is different than adding to github +[2014-11-05T00:50:19Z]thibaultchagit add -A will add every file in your repo (from the root of your directory) +[2014-11-05T00:50:27Z]thibaultchaAnd then you will commit, and push to github.