Questions tagged as 'versionamento'

3
answers

How to set the software version?

I would like to know what software version number (s) are and how they work, such as v1.1.2 what does it mean? Is there any standard or recommendation for web application versions?     
asked by 03.12.2015 / 22:52
3
answers

Why use Git for individual development?

In 2008 I asked a question in the SO about version control for solo developer and got an excellent response from Jon Skeet indicating the use of SVN. Unfortunately it has recently been closed and removed. Today Git is becoming ubiquitous. Thi...
asked by 13.12.2014 / 19:21
4
answers

In git, how do I edit the description of a committed commit?

In case you need to change the description of a commit , to make the description clearer, or specify which issue it is linked. I would like to know how to edit the message that comes with commit after it has been executed.     
asked by 17.12.2013 / 21:06
5
answers

How do I undo the last commit in git?

I accidentally committed the wrong files to git. How to undo this?     
asked by 30.01.2014 / 12:17
1
answer

What is the purpose of git push -u?

I have already observed several people asking questions about possible GIT errors and I noticed that sometimes it involves -u . For example Error in Android Studio 2.3 integration with GitLab and Error uploading files to the remote serv...
asked by 06.06.2017 / 17:14
4
answers

How to share a Java project with a team? [closed]

Does anyone know of any versioning that allows you to work as a team using Java? For example, a Word Online , where everyone changes the file in real time, and changes are saved to the server.     
asked by 22.06.2016 / 18:59
3
answers

How does version naming work for private or public projects?

I'm developing a project that serves as bootstrap for future contributions via Git, and I would like to know which version scheme is most used, say "version" for the state of the software, example version 0.1.1 Following the basic guidel...
asked by 25.08.2015 / 01:32
2
answers

Is there a specific rule for commit messages in versioning systems such as Git?

The people here where I work, for a certain period, used to not call the messages they wrote by making a git commit here. It seems that Git was simply "a place to save things so you do not miss the changes". So, when I needed to che...
asked by 25.04.2016 / 20:05
2
answers

What is a pull request for?

I'm working as a team on bitbucket and would like to know what a pull request is for. At what times should we use this feature.     
asked by 26.04.2017 / 19:17
5
answers

Is it possible to integrate the GIT with some task manager?

Is there any way to integrate a task manager (let's suppose, Trello) where the developer, when committing his activity, associates it with some specific task? In research I found Trello with GitHub, but the purpose of this one is free and w...
asked by 11.05.2015 / 15:42