Questions tagged as 'git'

1
answer

Changes commit in Xamarin Forms

Every time I change or create a new file in my project in xamarin forms and make Clear and Rebuild in the project, it generates files in the debug folder, and when I commit to the repository I have to upload those files debug. How to ignore t...
asked by 19.06.2017 / 18:07
2
answers

How to save software versioning with GIT?

I made the project, it's all the versioning in the GIT , however how can I make a kind of backup of this data? Why do we assume that I format the PC, saved the project but lost the versioning done. I researched and said to save the invisi...
asked by 08.04.2016 / 22:36
2
answers

Versioning project with Visual Studio 2013 and 2015

A project that uses two versions of Visual Studio (2013 e 2015) can happen conflicts, for example, with file .csproj or any other? Note: I do not want to ignore this file in versioning.     
asked by 21.08.2015 / 05:27
2
answers

How to change project type in GitHub through Visual Studio [closed]

Well, I created a Reposótirio in the GitHub through VisualStudio However, by giving Commit/Push it was the type of project being JavaScript : But, I want to change it to be of type C# . How do I do...
asked by 26.12.2016 / 14:09
2
answers

How to maintain a local file that conflicts with the repository?

Is it possible, when running git pull , to tell Git not to overwrite a local file that conflicts with the repository? If so, how to do it? The file in question is already in the repository. It is a file that was created by Android Stu...
asked by 10.09.2015 / 14:56
2
answers

How to list the log of a local GIT repository through PHP?

git has a command called git log , which shows the commit history of the repository. I would like to know if I would use this git log of GIT and pass it to array of PHP. In this case, the PHP script would be insi...
asked by 12.11.2018 / 11:40
1
answer

git commit push merge, only I have problems?

Good afternoon guys, whenever I'm working with git with more than one developer, using those branch-creating features, committing and doing merge in the master has problems right on the merge? It turns out that other people have already made mer...
asked by 18.01.2016 / 18:21
1
answer

How do I use the GIT and system to update right after the commit

I am having a difficulty that I will exemplify for you: I'm starting to work with git now and I do not know much about it, but basic commands and intermediates are coming out. In my case, I have an entire system in MVC on a linux server on the n...
asked by 17.10.2017 / 22:33
1
answer

GIT with multiple remotes in one project

I have project A which is my main project. From this project was born project B, for "fork". Wonder, so I want to develop things in Project A and I want to replicate them to Project B. When I develop things in project A and commit push and every...
asked by 06.07.2017 / 00:16
1
answer

Can anyone explain the structure of Git with GitHub?

I'm trying to configure Git with GitHub, but I'm not getting anyone can help me with this? Windows 10 operating system. Example: I use Eclipse and my projects are created in the default directory C: \ Users \ Diego \ workspace \ on my local m...
asked by 09.06.2017 / 20:00