+[2016-04-18T18:54:39Z]gitinfoGit is not a deployment tool, but you can build one around it (in simple environments) or use it as an object store(for complex ones). Here are some options/ideas to get you started: http://gitolite.com/deploy.html +[2016-04-18T18:54:39Z]tobiasvl!deploy +[2016-04-18T19:27:18Z]jayjoI cloned a repo on someone elses computer, and now when I try to push to a repo my credentials are stored and they can't push to their own repo +[2016-04-18T19:27:23Z]jayjois there a way to clear this cache? +[2016-04-18T19:57:11Z]codepsychothe github markdown, how do you escape double `{` in code blocks? (as in ```language)
+[2016-04-19T08:13:26Z]teldora.gitignore --> public +[2016-04-19T08:13:30Z]teldora.gitignore --> /public +[2016-04-19T08:13:50Z]canton7is that a question? +[2016-04-19T08:13:53Z]teldoraI want to ignore 'public' folder which is on my local machine +[2016-04-19T08:14:17Z]teldoraWhat should I add to .gitignore? public or /public?