Questions tagged as 'versionamento'

1
answer

GIT - Isolate new branch master feature in a new branch and reset branch master.

I created a new feature in the master branch and would like to isolate it in a new branch. Also, after creating the new branch, I would like to reset my master branch branch to the remote master branch. I created this new local branch, whi...
asked by 20.10.2016 / 15:52
2
answers

How do I connect remotely in Git

I already know what we use versioning, how to do commits, add new files, logs, etc. but I would like to upload my files to the Github repository online, how do I connect and send my files?     
asked by 05.02.2014 / 18:19
1
answer

Should I add the .suo file to my source control?

Visual Studio has a file with the .suo extension that records some project options. What is the purpose of this file and what options does it store? Should this file be added to the project in TFS, SVN, or any other source control be...
asked by 23.05.2017 / 16:31
1
answer

Error making clone with Git

When I try to make a clone of a repository through Git Bash by command line I get this error, as in the image below: I'm on a corporate network, could the firewall be blocking me? Has anyone ever had anything like this?     
asked by 14.07.2014 / 14:16
1
answer

Back repository to the previous state [duplicate]

I have a project that we use GIT for versioning. However, one of the programmers uploaded a wrong version to the remote server, gave commit , push and several commits and pushs . There the site got an error. We try...
asked by 03.09.2015 / 16:32
1
answer

REST API Versioning. Is there a way to do it and what would be the best option?

I currently develop APIs for integrating internal services with our company and in the near future we will have the opportunity to make available some of our APIs to external partners. Suggest the idea of an API versioning in a team brainstor...
asked by 26.10.2016 / 11:41
1
answer

How to ignore files according to their extension in TFS?

In git you can use the .gitignore file to ignore some file extensions, but I wonder if this can also be done in Team Foundation Service or if there is something similar to skip files with certain extensions.     
asked by 23.08.2017 / 16:38
1
answer

How to make a composer package available? [duplicate]

The json below is part of the composer.json file of a package I created: { "name": "libspkgs/utils", "type": "library", "description": "Descrição aqui.", "keywords": ["key1", "key2"], "homepage": "https://endereco.com",...
asked by 15.11.2016 / 02:22
1
answer

Version of laravel project 5.1

I do a project in Laravel 5.1 and I use XAMPP and all the settings like this local database, (home computer) etc. But I pushed push ) to Github this project only when I go on the work PC I clone the project and it does not work logically. Wh...
asked by 25.04.2016 / 14:50
1
answer

Git aborting a checkout

I'm trying to jump from branch but git is aborting the operation. I'm in the dev branch trying to go to the master branch: $ git checkout master Error: error: Your local changes to the following files would be overwritten...
asked by 19.06.2014 / 17:08