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 would like to see all the version of the file which contain “xyz” inside.
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.
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 optimal way of doing that:
When was source control invented?
I’m aware of many version control systems: CVS, SVN, TFS etc…
Is it okay to check in changes to import statement on opensource projects on a commit? [duplicate]
This question already has answers here: Reformatting and version control (6 answers) Closed 11 years ago. There are some guidelines out there (eg scala guidelines) and I’m wondering if it’s okay to do some tidying up when committing other changes or if the commits should be more focused and to the point? Eg – remove […]
Is it okay to check in changes to import statement on opensource projects on a commit? [duplicate]
This question already has answers here: Reformatting and version control (6 answers) Closed 11 years ago. There are some guidelines out there (eg scala guidelines) and I’m wondering if it’s okay to do some tidying up when committing other changes or if the commits should be more focused and to the point? Eg – remove […]
Is it okay to check in changes to import statement on opensource projects on a commit? [duplicate]
This question already has answers here: Reformatting and version control (6 answers) Closed 11 years ago. There are some guidelines out there (eg scala guidelines) and I’m wondering if it’s okay to do some tidying up when committing other changes or if the commits should be more focused and to the point? Eg – remove […]
Is it okay to check in changes to import statement on opensource projects on a commit? [duplicate]
This question already has answers here: Reformatting and version control (6 answers) Closed 11 years ago. There are some guidelines out there (eg scala guidelines) and I’m wondering if it’s okay to do some tidying up when committing other changes or if the commits should be more focused and to the point? Eg – remove […]
Is it okay to check in changes to import statement on opensource projects on a commit? [duplicate]
This question already has answers here: Reformatting and version control (6 answers) Closed 11 years ago. There are some guidelines out there (eg scala guidelines) and I’m wondering if it’s okay to do some tidying up when committing other changes or if the commits should be more focused and to the point? Eg – remove […]
When did current source control management emerge? [duplicate]
This question already has answers here: When was source control invented? (3 answers) Closed 10 years ago. The use of source control management tools is nowadays a standard practice in the software industry. Furthermore, it seems that there is quite a strong consensus (for deliverables) to have an instable branch where new features arrive and […]