Questions tagged as 'versionamento'

2
answers

BitBucket Code Versioning

Good afternoon people, I work in a website development company and we have the idea / need to host all sites in github / bitbucket to stop using the old and good FTP as the main "versioning" of code. The point is that all sites have a specifi...
asked by 20.07.2017 / 18:37
1
answer

Git - How to correctly use the branches [duplicate]

I'm learning how to use Git now, after a long life with SVN. I am not understanding how to use branches because in SVN a branch is a copy of trunk with all files. With this, if I make a branch to fix a problem I can see the applicat...
asked by 12.12.2016 / 00:13
1
answer

How to change the version of the application at runtime in C #

I need to change the application version from 1.0.0.0 to 1.1.0.0 at runtime, as I can do since the ProductVersion property is just get;     
asked by 24.03.2017 / 17:10
2
answers

Version Control Help - GIT / SVN [closed]

I joined a company that works with GIT, I worked with SVN, and I'm having some difficulties adapting to the GIT. So I'd like to migrate to SVN, since the team is just two developers. We have the GIT repository on a linux server. For linux, I...
asked by 11.03.2015 / 14:59
2
answers

PHP version without phpinfo () or phpversion ()

Does anyone know how to check the php version without using return methods? I looked at php.ini and there also is not much useful. The closest I got was the version of php.exe and php-cgi.exe which is 5.2.7.7. Can I trust the executable infor...
asked by 01.07.2014 / 14:41
1
answer

Issue does not close after commit with issue referenced "Issue # 1 fixed"

I'm doing some Git Flow testing and tried closing a Issue # 1 by committing it within a hotfix branch, see the repository: link Notice that in both attempts (Resolve issue # 1) and (Issue # 1 fixed) instead of closing the Issue, it was o...
asked by 27.11.2018 / 01:43
2
answers

GIT Deployment

Work in a site factory and among one of the actions of this semester is the implementation of GIT. Today we work as follows: We request a server, we install Joomla and we develop the sites in homologation environment before releasing for p...
asked by 11.06.2018 / 20:11
1
answer

Apply source code updates after fork time and various changes

I have a situation in which we use a system that the code is open source, but we have made some modifications to fit our need. Now the original system has undergone code changes to improve security, I'm looking at their commits and implementi...
asked by 18.08.2017 / 19:33
1
answer

Blocking commit in git - lock option

I'm in charge of deploying a versioning system here in the company. However I am in doubt between SVN and Git. My question is if git has something that does the same thing as lock of SVN, that is, it blocks commit of some partic...
asked by 21.12.2016 / 13:34
1
answer

Commit on the wrong branch

I made a commit in a wrong branch and because of this I can no longer push on a specific branch because the files that have been modified do not appear anymore. How can I make a forced modification and upload these changes to my branch?     
asked by 13.11.2018 / 17:36