$> git remote add origin [email protected]:noyesno/txt2tag.git
[remote "origin"] url = [email protected]:noyesno/txt2tag.git fetch = +refs/heads/*:refs/remotes/origin/*
$> git push -u origin master
# -u == --set-upstream
# git branch -u origin
[branch "master"] remote = origin merge = refs/heads/master