Parcourir la source

Script for pushing to GitHub

Konstantin Ladutenko il y a 10 ans
Parent
commit
54c17f5a7f
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      push-to-github.sh

+ 4 - 0
push-to-github.sh

@@ -0,0 +1,4 @@
+#!/bin/bash
+# after adding origin with:
+#   git remote add origin git@github.com:kostyfisik/scattnlay.git
+git push -u origin master