Archive | git

What is github?

I has asked today what github is, after bringing it up in discussion concerning files that have come out of CultureCode hack this weekend. I suspect this will not be the last time I’m asked, so thought it an ideal subject to post about. So here is a brief discussion for absolute beginners, hopefully with […]

Continue Reading 0

git mv “permission denied”

Running git command line under Windows 7, I was finding that “git mv” to move a directory to a new location was not working. Some folders would move, and some would not, giving me this error instead: $ cd foo $ git mv my_folder new_parent_folder/ fatal: renaming ‘foo/my_folder’ failed: Permission denied   I noticed that […]

Continue Reading 18