From c2ee51c311467177997cfd595f23ec656f1286f7 Mon Sep 17 00:00:00 2001 From: tekkub Date: Mon, 12 Jul 2010 19:05:59 -0600 Subject: Handle spacey category names differently --- _posts/2010-01-27-remotes.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2010-01-27-remotes.markdown') diff --git a/_posts/2010-01-27-remotes.markdown b/_posts/2010-01-27-remotes.markdown index 76b5051..7dafa2c 100755 --- a/_posts/2010-01-27-remotes.markdown +++ b/_posts/2010-01-27-remotes.markdown @@ -2,7 +2,7 @@ layout: default title: Working with remotes description: Pushing, fetching, merging and deleting remote branches -categories: "Everyday git" +categories: everyday_git --- This guide will cover all the basic day-to-day commends you will use with git to interact with remote repos. For push operations you can only interact with repos you own or are a collaborator on. To gain access to a public repo, check out the [forking guide](/forking). -- cgit v1.3.1