The scm tag has no wiki summary.
0
votes
2answers
141 views
Github Workflow: Pushing small fix branches to remote, or keep them local?
In Scott Chacon's workflow (explained eg in this SO answer), with essentially two silos (development, and master), if, say I have a small bug to fix (e.g. can be fixed with a few characters) is the ...
5
votes
3answers
148 views
Is a “model” branch a common practice?
I just thought it could be a good thing to have a dedicated version control branch for all database schema changes and I wanted to know if anyone else is doing the same and what have the results been.
...
0
votes
4answers
209 views
Searching in a repository
I'm very new to source control management and one thing puzzles me: is it possible to search through the whole repository for a string? For example I'm tracking one file, which has 100 commits and I ...
5
votes
2answers
588 views
Difference between DevOps and Software Configuration Management
What is the difference between Development Operations and Software Configuration Management?
For me it seems to be the same as long as both DevOps and Software Configuration Management are focused ...
5
votes
3answers
154 views
What are SCM tasks that could be performed on a mobile device?
Given an iPad, iPhone, Playbook, or other mobile device, what SCM tasks make sense on these devices.
Code review? Change propagation between branches? Automated build results after check in? What ...