+[9 years ago]milkiuh +[9 years ago]milkiwat +[9 years ago]VxJasonxVwell, that spammed right inside the flooding limit didn't it? +[9 years ago]dman777in my repo I pulled a remoted branch from master called single with git checkout --track -b origin/single. but now when I try to push changes with 'git push origin single' I get 'error: src refspec single does not match any.' +[9 years ago]jhassdman777: could you gist the output of git status, git branch -a and git remote -v ?
+[9 years ago]Katie/clears. +[9 years ago]sparrI do a lot of competitive/challenge programming contests. The result is usually one source file, maybe 10-1000 lines. I'd like to apply some source control to those projects, and publish them for people to see along with my other projects on github. Can anyone offer suggestions on how to organize such a thing? One repo per challenge? One repo per type of challenge? One repo per challenge website? Just one +[9 years ago]sparrrepo overall with everything organized inside it? +[9 years ago]jhasssparr: however you like it really, I've seen people do all of these +[9 years ago]jhassyou could even have one repo with a distinct branch for each or something, though that's less discoverable