Tagged Questions
The git tag has no wiki summary.
2
votes
1answer
90 views
Which commit should close a Github issue when multiple commits are responsible?
I want to close issues in Github via my commit messages, but I'm not sure which commit should contain the magic "Closes #XXX" string when multiple commits are responsible for closing the issue. ...
-3
votes
0answers
33 views
Looking for a github frontend that's somewhere between instaweb and github enterprise [closed]
I'm looking for a nice web front-end that can:
List multiple git-managed projects.
Provide some project detail. At the very least: description, contacts. Bonus points for the ability to browse file ...
2
votes
4answers
254 views
How to Use Subversion Repository Inside Git Repository?
I'm developing a project in Git. IT depends on another project, that's in a Subversion repository. I'd like to be able to make changes to the Subversion project in the tree, and commit to/update ...
-3
votes
0answers
41 views
How does one control the creation and planning of a GitHub project? [closed]
Possible Duplicate:
Checklist for starting an open-source project
I am a mediocre programmer with a big non-for-profit idea and lack the ability to implement it on my own. I was hoping to ...
0
votes
0answers
128 views
What's next after git? [closed]
Git is very popular these days, but 5-6 years ago, Subversion was far more popular than git. Are there any "next-generation" control systems that have appeared recently and might someday rival git?
...
5
votes
5answers
352 views
When and how to use the advanced features of git?
I'm not exactly a new git user but I have never used any of its advanced features such as tags, branches, merging and others. I haven't even used anything equivalent features from other VCS software. ...
3
votes
2answers
170 views
Is there a difference between merges in svn compared to git or mercurial?
From my understanding SVN is 'Easy to branch. Difficult to merge'. Why is that? Is there a difference how they merge?
2
votes
2answers
132 views
How to manage github issues for (priority, etc)?
I'm new to github, and am looking for advice on how to manage issues. I'm used to having priority and other ordering options but see that none exist.
How do others manages issues during the ...
8
votes
3answers
158 views
Automatically update copyright date range from git?
As I write, we're 10 days into 2012. I bet many programmers are editing the copyright string at the top of their source files to something like:
// Copyright 2008, 2010-2012 Some Company Unlimited
...
5
votes
2answers
147 views
How should I control the versions of my project on GitHub
I am trying to spend as much time as I can on GitHub nowadays (even I am the only person in team at work) to really feel how it is going to be like for a real world corporate application.
One ...
7
votes
1answer
257 views
Empirical Evidence of Popularity of Git and Mercurial
It's 2012! Mercurial and Git are both still strong.
I understand the trade-offs of both. I also understand everyone has some sort of preference for one or the other. That's fine.
I'm looking for ...
36
votes
6answers
2k views
Should unit tests be stored in the repository?
I'm a growing programmer who's finally putting unit testing into practice for a library that I'm storing on GitHub.
It occurred to me that I might include the test suites in the repo, but as I look ...
1
vote
2answers
79 views
Best practices for team workflow with RoR/Github for designer + coder?
My friend and I have started to try to collaborate on some projects. For background, I come from a PHP/Wordpress/Drupal coding background, but recently I've become more experienced with the RoR ...
1
vote
3answers
255 views
version control workflow for environment with shared code
I work at a company that is looking into "upgrading" our version control system. We have about 200 websites that operate in their own directories. However, all of these websites use the same shared ...
7
votes
2answers
234 views
Git workflow for multiple teams
We are going to start using Git (not using it yet), and I want to define the workflow.
We have 4 teams at 4 different global locations, developing together the same product. Each team owns a part of ...