This is the complete archive for the code tag. [Show full posts]
Some projects provide information about how people should fork and contribute to them. This is my general approach (included here, obviously, for my own edification): Fork a project: Github clickity-click Clone it locally: git clone git@github.com:username/project.git Add the upstream project: git remote add upstream git@github.com:upstream/project.git Do not commit to the master branch; it is to [...]
[Keywords: code, development, git, Github, Programming, version control] [No comments] [Permanent link]
There seems to be quite a few posts out there about how to replace Subversion externals definitions with local directories, but not so much for going the other way. I’m not sure why; it seems to me more likely that one would start off with some small module as part of a bigger repository, and [...]
[Keywords: code, externals, Project Management, revision control, Subversion] [No comments] [Permanent link]