Questions tagged as 'git'

1
answer

Configure git on a shared hosting

I have a shared hosting in the hostgator and in the description of the plans vi that git client is accepted. I got in touch with Hostgator support to better understand details of the git client they are talking about, here's the answer: "The...
asked by 24.08.2015 / 20:05
2
answers

Get path of commit files with LibGit2Sharp

How do I get the path of my last commit files? I have this example method: private static void RepoListFiles() { if (!arguments.ContainsKey("repository")) { Error("O repositório ainda não foi informado."); return;...
asked by 12.05.2015 / 17:49
1
answer

Add AndEngine as a library for my project in Android Studio

I'm trying to import the AndEngine project by Github and then add the AndEngine Physics Box2D extension. I'm doing the steps: I created my project I installed Git and added the path C: \ Program Files \ Git \ bin \ git.exe...
asked by 20.01.2015 / 16:19
1
answer

GIT project interface for local server [duplicate]

Good morning, I'm looking for a GIT administration interface for a Linux server (Debian to be more specific), where it will be the repositories of the company's projects. I researched and found several on the internet, but none where resour...
asked by 02.01.2015 / 13:48
1
answer

Difference between commit made on github site and command line

Problem Different contributors to the same account in the repository. History When I created the repository, I uploaded some files through github's own site and the commits were registered as mine. However, when I made commits from...
asked by 13.12.2018 / 18:24
1
answer

Ignore files at the time of sending to repository

I have a .net core project on bitbucket and I use visual studio 2017 to do the operations next to the repository. The problem is that even though I have not made any changes to the project, when I give rebuild it identifies 90 files on th...
asked by 28.12.2018 / 12:22
1
answer

Information for a specific tag

I'm looking for information in the tags of a repository with the following command that returns the information depending on the parameter I pass in the --format flag. git tag --format="%(refname) %(taggerdate)" The issue is that thi...
asked by 27.11.2018 / 17:28
1
answer

I am not able to complete the merge this error always appears:

fatal: Exiting because of an unresolved conflict. U course-git-blog-project When I made the merge of a branch, it conflicted with the code that was in the master branch. I fix the code in hand, saved the index.html but I can not get out...
asked by 06.07.2018 / 00:19
1
answer

What is the git push -u command for? [duplicate]

I know that the push command sends the file to the virtual repository, but I do not know what PUSH -U does     
asked by 24.07.2018 / 21:56
1
answer

How do I login to a repository?

I needed to change the password on bitbucket, so the push and pull of my local repository no longer work. I authenticated via link . What command do I use to authenticate to the repository and enter the username and password?...
asked by 27.04.2018 / 17:58