carmelyne (owner)

Revisions

gist: 58649 Download_button fork
public
Public Clone URL: git://gist.github.com/58649.git
Embed All Files: show embed
Setting Git Remote for Ubuntu Dapper G7 #
1
2
3
4
5
6
7
8
9
# from your local do:
mkdir example
cd example
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin git@{REMOTE_SERVER}:/home/git/example.git
git push origin master