+[9 years ago]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 +[9 years ago]tobiasvl!deploy +[9 years ago]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 +[9 years ago]jayjois there a way to clear this cache? +[9 years ago]codepsychothe github markdown, how do you escape double `{` in code blocks? (as in ```language)
i want to only commit to gh-pages, should i delete master?
+[9 years ago]teldora.gitignore --> public +[9 years ago]teldora.gitignore --> /public +[9 years ago]canton7is that a question? +[9 years ago]teldoraI want to ignore 'public' folder which is on my local machine +[9 years ago]teldoraWhat should I add to .gitignore? public or /public?