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





document.write('<div id=\"gist-58646\" 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\"># login to remote server\n<\/div><div class=\"line\" id=\"LC2\">ssh git@{REMOTE_SERVER}\n<\/div><div class=\"line\" id=\"LC3\">&nbsp;<\/div><div class=\"line\" id=\"LC4\"># once logged in\n<\/div><div class=\"line\" id=\"LC5\">mkdir example.git\n<\/div><div class=\"line\" id=\"LC6\"># /home/git/example.git is the actual path of the above mkdir\n<\/div><div class=\"line\" id=\"LC7\">cd example.git\n<\/div><div class=\"line\" id=\"LC8\"># I opted out of git --bare init and just did git init \n<\/div><div class=\"line\" id=\"LC9\"># cause I want the files as well as the differences on the git remote\n<\/div><div class=\"line\" id=\"LC10\">git init<\/div><\/pre><\/div>\n        \n        <\/div>\n\n        <div class=\"gist-meta\">\n          <a href=\"http://gist.github.com/raw/58646/004094e1cb774f3e2bafbb3bcd1dcc6ff6a2dbeb/Setting%20Git%20Remote%20for%20Ubuntu%20Dapper%20G5\" style=\"float:right;\">view raw<\/a>\n          <a href=\"http://gist.github.com/58646#file_setting git remote for ubuntu dapper g5\" style=\"float:right;margin-right:10px;color:#666\">Setting Git Remote for Ubuntu Dapper G5<\/a>\n          <a href=\"http://gist.github.com/58646\">This Gist<\/a> brought to you by <a href=\"http://github.com\">GitHub<\/a>.\n        <\/div>\n      <\/div>\n    \n  \n<\/div>\n')
