Questions tagged as 'versionamento'

2
answers

How to update the PHP version in WampServer?

Does anyone know how to upgrade the latest version of PHP in WampServer?     
asked by 10.03.2014 / 03:15
3
answers

How to disable (stop, remove, delete) the git versioning of a repository

I cloned a GitHub repository in my directory, but it came full of commits, that is, versioned. I wanted to restart it as a repository, from scratch, how do I? I've tried the command: git reset (did not work). What I want is the opposite o...
asked by 05.12.2014 / 00:42
2
answers

How to list all remote repositories in Git?

How to get a list of all remote repositories associated with a local Git repository?     
asked by 30.07.2015 / 15:44
1
answer

Why do some libraries start with "0.6" or "0.2" instead of using "1.2" or "1.6"?

Well, here at StackOverlow I could learn about Versioning. When incrementing the version using Semantic Versioning? Versioning scheme I've been able to fully understand the versioning scheme, and how each of the "dots" that sepa...
asked by 22.04.2016 / 22:07
2
answers

I can not install IBGEPesq on R to read the PNADs

I just downloaded PNGE 2013 from IBGE - and I tried to open it with the package for R that IBGE made, IBGEPesq. It is available as a .zip file at this address: ftp://ftp.ibge.gov.br/Trabalho_e_Rendimento/Pesquisa_Nacional_por_Amostra_de_Domi...
asked by 22.09.2014 / 12:26
4
answers

Git merge between branches with submodules

I have a following mobile project. A repository where code is shared between multiple projects. I'll call this base repository. In the projects were created branches of this base repo because it was necessary to add a different submodule for...
asked by 06.02.2014 / 15:59
2
answers

What does "Auto packing the repository for optimum performance" mean?

I was giving git push to a remote repository and the following message appeared: Auto packing the repository for optimum performance. You may also run "git gc" manually. See "git help gc" for more information. I immediately interrupt...
asked by 14.05.2015 / 15:16
2
answers

Software Release by Customers

The system I develop has several customers who use it. But I have a problem which is this: if I release a new version of the system, I upload it to ftp , all clients that use it have access to this new version and the system is updated. I do...
asked by 16.07.2015 / 23:05
2
answers

What is the difference between Team Foundation Service and Git?

I want to know the difference between Git and TFS, because I do not understand if both are version control systems or only Git is a version control system while TFS is a web application for hosting Git repositories.     
asked by 16.10.2017 / 02:07
2
answers

Is there any way to change a file in a tag?

I have a small problem in my repository: A file of the 1.0.0 and 1.1.0 tag needs to be changed. In github I noticed that there is no such option to edit when you select a tag. But is there any way to bypass this from the comm...
asked by 30.11.2015 / 14:38