document.write('<link rel="stylesheet" href="http://gist.github.com/stylesheets/gist/embed.css"/>')





document.write('<div id=\"gist-58649\" class=\"gist\">\n  \n  \n    \n            \n\n      <div class=\"gist-file\">\n        <div class=\"gist-data gist-syntax\">\n          \n          \n          \n            <div class=\"gist-highlight\"><pre><div class=\"line\" id=\"LC1\"># from your local do:\n<\/div><div class=\"line\" id=\"LC2\">mkdir example\n<\/div><div class=\"line\" id=\"LC3\">cd example\n<\/div><div class=\"line\" id=\"LC4\">git init\n<\/div><div class=\"line\" id=\"LC5\">touch README\n<\/div><div class=\"line\" id=\"LC6\">git add README\n<\/div><div class=\"line\" id=\"LC7\">git commit -m \'first commit\'\n<\/div><div class=\"line\" id=\"LC8\">git remote add origin git@{REMOTE_SERVER}:/home/git/example.git\n<\/div><div class=\"line\" id=\"LC9\">git push origin master<\/div><\/pre><\/div>\n        \n        <\/div>\n\n        <div class=\"gist-meta\">\n          <a href=\"http://gist.github.com/raw/58649/543aa640e625af23e0e0f078d5aad6ef312e54fd/Setting%20Git%20Remote%20for%20Ubuntu%20Dapper%20G7\" style=\"float:right;\">view raw<\/a>\n          <a href=\"http://gist.github.com/58649#file_setting git remote for ubuntu dapper g7\" style=\"float:right;margin-right:10px;color:#666\">Setting Git Remote for Ubuntu Dapper G7<\/a>\n          <a href=\"http://gist.github.com/58649\">This Gist<\/a> brought to you by <a href=\"http://github.com\">GitHub<\/a>.\n        <\/div>\n      <\/div>\n    \n  \n<\/div>\n')
