remove setup_git page

There were two problems with this page:

* It didn't explain how to set up git.
* It's not necessary to set up git. git-annex init detects when git needs
  configuration and automatically configures it.
This commit is contained in:
Joey Hess 2014-05-18 11:26:11 -04:00
parent b26c0ba61e
commit d3832fab5c
Failed to extract signature
2 changed files with 0 additions and 3 deletions

View file

@ -3,7 +3,6 @@ A walkthrough of the basic features of git-annex.
[[!toc]]
[[!inline feeds=no trail=yes show=0 template=walkthrough pagenames="""
walkthrough/setup_git
walkthrough/creating_a_repository
walkthrough/adding_a_remote
walkthrough/adding_files

View file

@ -1,2 +0,0 @@
If you haven't configured your identity for Git, you will have to do this before git annex will work.