+ [2016-04-18T18:54:39Z] gitinfo Git 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-18T19:27:18Z] jayjo I 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] jayjo is there a way to clear this cache?
+ [2016-04-18T19:57:11Z] codepsycho the github markdown, how do you escape double `{` in code blocks? (as in ```language)

message no. 132079

Posted by Lewix in #github at 2016-04-18T14:08:01Z

jhass: git log commitA..commitB
+ [2016-04-19T08:13:26Z] teldora .gitignore --> public
+ [2016-04-19T08:13:30Z] teldora .gitignore --> /public
+ [2016-04-19T08:13:50Z] canton7 is that a question?
+ [2016-04-19T08:13:53Z] teldora I want to ignore 'public' folder which is on my local machine
+ [2016-04-19T08:14:17Z] teldora What should I add to .gitignore? public or /public?