cmerle / geddy

local to repository test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geddy

echo "# geddy" >> README.md

…or create a new repository on the command line

echo "# geddy" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/cmerle/geddy.git git push -u origin master …or push an existing repository from the command line

git remote add origin https://github.com/cmerle/geddy.git git push -u origin master

About

local to repository test


Languages

Language:Python 100.0%