From 67f39635aa4a63f77586a52fccae9ff96ea93644 Mon Sep 17 00:00:00 2001
From: Brian Hetro Note that you cannot clone an empty repository since it contains no branches; you need to make the first push from an existing repository.
To import a new project, the procedure is roughly as follows:
- $ git init
- $ git add
- $ git commit
- $ git remote add origin $Girocco::Config::pushurl/$name.git
- $ git push --all origin
+ \$ git init
+ \$ git add
+ \$ git commit
+ \$ git remote add origin $Girocco::Config::pushurl/$name.git
+ \$ git push --all origin
You may experience permission problems if you try to push right now. -- 2.11.4.GIT