aboutsummaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
Diffstat (limited to 'git')
-rw-r--r--git/git-init.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/git-init.md b/git/git-init.md
index f90457c..620ce31 100644
--- a/git/git-init.md
+++ b/git/git-init.md
@@ -18,7 +18,6 @@ mkdir /var/www/git/<repository-name>.git
cd /var/www/git/<repository-name>.git
git init --bare
echo "<Short description of the repo>" > description
-
```
3. Client-side push