Skip to main content

Questions tagged [tagging]

Tagging is the act of marking a specific revision in source control with an identifier for future reference.

5 votes
5 answers
283 views

Working as part of the release team for a sprawling open source project that uses dozens of Git repositories, I regularly run into situations where one or more of the satellite repositories are ...
Peter J. Mello's user avatar
1 vote
1 answer
2k views

Context: I am working on a project in which people use tags on commits yet in branches waiting on the Pull Requests queue of GitHub. This means they are non-merged to the main branch yet. The problem ...
Pedro Delfino's user avatar
0 votes
1 answer
131 views

I am working on a course design and I'm preparing the project that the students will have to work on all along the course. Each student will create a GIT repository a the beginning of the course and ...
Marc Compte's user avatar
0 votes
3 answers
1k views

I have a git repository with a long history. Releases were tagged along the master branch over time. If a user wants to go back and check out an old tagged release, they do not have the advantage of ...
Benjamin Johnson's user avatar
4 votes
1 answer
362 views

I'm developing a marketplace application that will eventually list a large number of different types of items. Currently our search system (powered by Algolia) is built on pre defined attribute ...
rt_'s user avatar
  • 161
0 votes
2 answers
99 views

A recent endeavor of mine requires asking users how related two concepts are. Example: Kiwi and Fruit. Identical? Fairly Similar? Rather different? Unrelated? It occurs to me that for certain ...
sova's user avatar
  • 1,422
0 votes
1 answer
281 views

I'm designing a system where items can have tags, which is easy enough. The problem is we also need items to have arbitrary attributes. For example, an item could have an attribute called "Length" ...
Hassan's user avatar
  • 345
12 votes
6 answers
5k views

We are doing projects, but we reuse a lot of code between the projects and have lots of libraries that contain our common code. As we implement new projects we find more ways to factor out common code ...
sbi's user avatar
  • 10.1k

15 30 50 per page