Questions tagged as 'versionamento'

0
answers

How to clone a project straight from a Branch?

I use Gitlab and Visual Code to do code versioning and I have the following problem: When cloning a project directly from master and then doing git pull origin tv_version my files are giving as "MERGE CONFLICT" and if I clone...
asked by 11.08.2018 / 06:56
1
answer

Increasing the AssemblyVersion

I'm creating an update solution for an application that I have and I needed the Assembly version When putting a * in the assembly. [assembly: AssemblyVersion("1.0.0.*")] It started incrementing automatically, however the shape you are in...
asked by 02.04.2014 / 21:02
1
answer

VS 2015 Solution Explorer does not identify changed file (TFVC version control)

I'm learning about versioning with TFVC and Git . Versioned projects with Git modified files are marked with a symbol indicating that you hear change (% with% pending) Already projects managed with commit the same...
asked by 09.08.2016 / 02:32
1
answer

How to do software versioning based on Microsoft recommendations?

I've seen a lot about the semantic versioning: Major, Minor and Patch . But something very curious is the versioning of software recommended by Microsoft: Major, Minor, Build, Revision . Now the questions: How does each one work? Wh...
asked by 06.04.2016 / 23:53
2
answers

Git: what are the possible flows for two development environments?

I'm setting up a development environment with Git in some of my projects, my initial idea for simple projects is: The master branch is blocked, when someone needs to make a change, a new branch is created (same as the master), the change is m...
asked by 28.09.2018 / 19:41
1
answer

GIT command to delete the last log without affecting the current version [duplicate]

I would like to delete the last commit log I made, the commit log that is there is a file that I deleted, but I do not want this to be in the versioning, what is the git command I need to do for this? / p>     
asked by 30.06.2015 / 17:52