From 80e057428f0a54226854ece980359fc0dc485616 Mon Sep 17 00:00:00 2001 From: Abel `00z' Camarillo Date: Fri, 23 May 2008 03:43:03 -0500 Subject: [PATCH] Updated git_push to reflect repo.or.cz changes. --- git_push | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git_push b/git_push index 82fe481..287023e 100644 --- a/git_push +++ b/git_push @@ -1 +1,3 @@ -git push ssh://the00z@201.158.247.118:443/~the00z/tmp/ +#!/bin/bash + +git push ssh://00z@repo.or.cz/srv/git/final_edu.git -- 2.11.4.GIT