Comment on Dotfiles.github.com - A guide to dotfiles on GitHubparentComments−epe14yI don't know if it's any simpler, but I tend to do: git init . git remote add origin git://github.com/eentzel/dotfiles.git git checkout -t origin master
Comments
I don't know if it's any simpler, but I tend to do: