Skip to content

Oliver.net.au

Linux, life and programming

Menu
  • Home
  • About

Tag: git

Posted onNovember 3, 2010November 3, 2010Computers

Git remote ssh syntax

by mattLeave a comment on Git remote ssh syntax

Git makes it easy to add remote repositories to push to, best part is you can use ssh. The ‘git remote add’ command takes in a html URL like parameter for even SSH like: ssh://<user>@<host>/<path to git repo>/ NOT the standard ssh scp syntax: ssh://<user>@<host>:<path to repo>/ Which allows you…

Read More
Posted onOctober 28, 2010October 28, 2010Computers

Git clean

by mattLeave a comment on Git clean

Sometimes I find myself saying WTF, why isn’t something behaving the way I expect it do, and then get frustrated. “This is not how I’d have designed it, if I was writing it”, I guess you can call this the mantra of the OSS developer 😛 But as normal, when…

Read More
Amphibious Theme by TemplatePocket ⋅ Powered by WordPress