Can my GitHub and SourceForge account share the same repository?
I like that SourceForge can also let people browse your code using Git. But, before I even set up the project on SourceForge, I had a GitHub repository for it. Now that I have created my SourceForge project, I had the option to use the Git tool. The problem is when I did that it made a new repository from scratch. I would like to use my existing GitHub repository with my SourceForge project, is this possible? As of now the SourceForge project has no files, so the button on the summary page, instead of a ‘Download’ button, is a ‘Browse Code’ button, but the button leads to an empty repository.
Why does it take so long to execute git fetch for the second time?
My project repository is very large, developed over 6 years, and has 3~4G of git history. If it takes a long time to pull the code for the first time, I can understand.
Proper Git setup between designers and developers?
Basically we now have 2 developers for an iOS project, 2 developers for an Android project and 1 designer doing designs for both projects.
Is a merging strategy like Git Flow really an anti-pattern?
My company is using Git, and is using a peculiar branching scheme – work is done in master, and branches are reserved for releases. This works fine, so long as all of the work done in an iteration makes it into the branch, but if a critical production issue comes up, we have to ensure that the work somehow makes it into both branches.
code review with git-flow and github
With regular git and GitHub, I can do a code review by simply creating a pull request of the feature branch I’m working on to the master branch. How would I do code reviews with git-flow? With a workflow step like git flow feature finish
(which merges the feature branch into the develop branch), I’m confused as to where the code review actually happens and how git-flow or git can facilitate that review.
Using testing branches in Git
We have someone (let’s call him Ted) that is responsible for testing new features and bug fixes.
Is it a good practice to have a remote branch for each developer?
Is it considered a good practice to have a remote branch for each individual developer in the project?
Is git-flow in the spirit of git? [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 […]
Git submodule vs Git clone
I am working on an open source project on GitHub.
Git submodule vs Git clone
I am working on an open source project on GitHub.