Skip to content
Snippets Groups Projects
Commit b8213f65 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Remove git-git.

`git git` was an old macro which attempted to create repos on my server,
and then imidiately push them. It found very little use since I wanted
more control than what it gave.
parent 27362112
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -x
NAME=`pwd | reverse | cut -d'/' -f1 | reverse`.git
ssh git "cd git; git init --bare $NAME"
git remote add origin "git.hornquist.se:git/$NAME"
git push -u
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment