From c1c6001804ab061f0bb6e0b6dc40ec8fc04bfd85 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Fri, 12 Apr 2013 02:05:32 -0400 Subject: [PATCH] Add github to the repos to push to. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 237d6991..a7e4041d 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,7 @@ wc: push: git status git push --tags cl.net release master + git push --tags github release master git fetch git status -- GitLab