Choosing between Single or multiple projects in a git repository?
In a git
environment, where we have modularized most projects, we’re facing the one project per repository or multiple projects per repository design issue. Let’s consider a modularized project:
Git workflow / practices for a small project (flowchart in png)
I’m trying to come up with a personal workflow. I’ve put together a flowchart of the hypothetical lifespan of a release: one developer pushing to a public github repo + a friend helping with some feature and fixing a bug.
What is the right way to version control a password protected archive?
I’m working with a local file which I always extract from a password protected archive (RAR), do some modifications/additions to it and overwrite the old file inside the archive with the new file (I don’t overwrite the archive. I overwrite the file inside it). The RAR is password protected for certain confidentiality reasons, and I need it to be that way.
How should I incorporate a hotfix back into a feature branch using gitflow?
I’ve started using gitflow for a project, and I have an outstanding feature branch as well as a newly created hotfix. Per the gitflow workflow, the hotfix gets applied to both the master and develop branches, but nothing is said or done about extant feature branches.
Specific reasons for still using Subversion? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
How does one handle sensitive data when using Github and Heroku?
I am not yet accustomed with the way Git works (And wonder if someone besides Linus is ;)).
Tracking work history in a git repo
Previous related questions:
Git commit messages with nvie branching model
This Git branching model recommends branching for all development efforts and merging when complete:
Examples of non open source projects on Bitbucket or Github
Need examples to show management that these are used for source control and effectively backup of projects.
Pulling changes from master to my work branch?
There’s two of us working on something. We’re using this branch structure