Most voted "git" questions
Git is an open-source distributed version control (DVCS) system. Use this tag for Git-related questions, DO NOT USE for programming issues involving a Git repository.
Learn more…924 questions
Sort by count of
-
1
votes0
answers69
viewsError running Git pull using Openshift
I’m trying to follow the tutorial for Openshift. But in the 3rd, there’s step 3 : $ git pull -s recursive -X theirs upstream master I have the following mistake: fatal: Unable to connect to…
-
1
votes1
answer327
viewsGIT project interface for local server
Good morning, I am looking for a GIT administration interface for a Linux server (Debian to be more specific), where the repositories of the company’s projects will be in it. I searched and found…
-
1
votes1
answer184
viewsAdd Andengine as a library to my project in Android Studio
I’m trying to import the project AndEngineby Github and then add the extension AndEngine Physics Box2D. I’m doing the steps: I created my project I installed Git and added the C: Program Files path…
-
1
votes1
answer40
viewsOpencart Should I ignore the checked.cache file in GIT?
am having a little stress with the opencart checked.cache file that every update asks to do an add/commit/push and every time this has to be done I have headaches with conflicts and etc. I must add…
-
1
votes1
answer141
viewsBranchs and merge structure . NET MVC
I have the following branchwork structure for ASP NET MVC projects Master - production version DEV - Development Release - Bug maintenance This structure was already defined when I arrived at the…
-
1
votes1
answer262
viewsGIT: Problems with conflicts when there is white space
I don’t know what’s going on with the repository I’m using, but all the programmers who are using it are contemplating the same conflicts after the pull. And often these conflicts are being caused…
gitasked 9 years, 7 months ago Wallace Maxters 102,340 -
1
votes1
answer2983
viewsCompare Working Directory file with remote repository file
How to compare a local file in Working Directory to an existing file in a remote repository, for example Github? I need to identify changes made to a local file compared to the version on Github. I…
-
1
votes2
answers135
viewsIs it possible to add an empty directory to a Git repository?
I wonder if I can add an empty directory to my Git repository? If possible, how to do this?
gitasked 9 years, 6 months ago Paulo Costa 3,976 -
1
votes1
answer427
viewsAssociate commit to Bitbucket Issues
With Bitbucket it is possible to work with "Issues", in which case it could be used as "tasks/bugs/etc...". My question would be whether it is possible to associate one or more commits to a…
git commit versioning bitbucket flow-controlasked 9 years, 6 months ago Anderson Brunel Modolon 1,111 -
1
votes2
answers86
viewsGet the path of a commit files with Libgit2sharp
How to get the file path of my last commit? I have this example method: private static void RepoListFiles() { if (!arguments.ContainsKey("repository")) { Error("O repositório ainda não foi…
-
1
votes1
answer316
viewsHow do I remove a file from a Git repository without deleting it locally?
I would like to remove a file or directory that was sent to the Git repository erroneously, but without removing it from my local files. Which command git executes such an action?…
gitasked 9 years, 5 months ago Fábio Perez 1,662 -
1
votes1
answer931
viewsGit Commit Error
I’m with Windows, I installed git, I config with user and email data, but it turns out that when I commit to some local repository created, it asks me to identify config (user.mail). Which is very…
-
1
votes1
answer52
viewsRuby on Rails problem 3.2 - It shows in HTML Git commands
When I push to the server (I’m using Jenkis and gitlab ) when I check the address it shows several errors. www.scti.uenf.br this is the site that is in trouble. Ruby 1.8.2 Rails 3.2 Jenkins Gitlab…
-
1
votes2
answers353
viewsVersionar project with Visual Studio 2013 and 2015
A project that uses two versions of Visual Studio (2013 e 2015) conflicts can occur, for example, with file .csproj or any other? Note: I don’t want to ignore this file in versioning.…
git visual-studio-2013 visual-studio versioning visual-studio-2015asked 9 years, 3 months ago rubStackOverflow 7,372 -
1
votes1
answer1568
viewsConfigure git on a shared hosting
I have a shared hosting at hostgator and in the description of the plans I saw which git client is accepted. I contacted Hostgator support to better understand the details of the git client they…
-
1
votes1
answer1020
viewsProblem sending files to bitBucket
I am sending the commited files to the database, however it is not working, I am doing everything right but is giving the following message. git -c diff.mnemonicprefix=false -c core.quotepath=false…
-
1
votes1
answer79
viewsPull without using Git Bash
I’m having trouble trying to do pull directly from Git Bash, I was wondering if you had another way of doing it, like the Git GUI for example.
gitasked 9 years, 1 month ago Jeremias Santos 189 -
1
votes1
answer64
viewsDisabling eol in bitbucket
As version control tools I use Bitbucket and Sourcetree. It just seems like they get lost in the eol, saying that the same files are different. It seems to me that the solution is to disable eol in…
-
1
votes2
answers245
viewsCreate New Reporitory - Git / Bitbucket. Git (Could not read from remote Repository)
I’m doing the Ruby on Rails tutorial and I’m catching on to a problem. I’ve already made a repository hello_app (cap a), and now I’m trying to do the toy_app (cap two). This is the step by step…
-
1
votes1
answer1853
viewsIgnore all files except one specific in GIT
I want to ignore everything from "Assets" folder except "xmutarn.js" file, so I tried on .gitignore: !assets/script/xmutarn.js /assets But it doesn’t work, how can I fix it? My . gitignore this so:…
-
1
votes1
answer7197
viewsHow to download a bitbucket project by git
Good morning! I had never used git or bitbucket, I wanted to know how to check out a project that is in bitbucket. Thank you in advance.
-
1
votes0
answers326
viewsWhat is the best way to organize files in a web project?
First of all, a thousand excuses if this question does not fit the objectives of the site. I want to create a "pack" of themes/skins for wordpress (maybe with some mu plugins), phpbb (or similar)…
-
1
votes1
answer305
viewsSync with Team Explorer on VS 2015
When trying to make a sync I get the message: Cannot pull because there are Uncommitted changes. Commit or undo your changes before Pulling Again. See the Output window for Details. When trying to…
-
1
votes2
answers320
viewsCan I update the GIT version without losing my repositories?
My git has version 1.9.5 and the current version is 2.7.0 I can install the new version without losing my data? Because I have a series of repositories with this old version!! What should I do?…
-
1
votes1
answer1090
viewsgit commit push merge, only I have problems?
Good afternoon guys, whenever I’m working with git with more than one developer, using those branch creation features, commit and merge in master have problems precisely in merge? It happens that…
gitasked 8 years, 10 months ago Jandrei Masiero 21 -
1
votes2
answers426
viewsGit Bash - Segmentation fault
Hi, I have a very annoying problem with the GIT program. When I open Gitbash in the desired folder and enter any command, they simply gives the error "Segmentation fault". I searched the internet…
-
1
votes1
answer181
viewsAfter reversing a merge from a Repo to Fork, git does not allow another (already up-to-date)
Good guys! I have little experience with GIT (so I mostly work with Github Desktop more than with the command line), and today I’ve had some problems with a phpbb theme repository Fork that I’ve…
-
1
votes1
answer499
viewsHow to use Git commands without sudo?
Whenever I need to use some commands like git pull, git stash, a message pops up that couldn’t perform the operation because the permission wasn’t enough. How do I make sure you don’t have to wear…
gitasked 8 years, 9 months ago Rafael Caetano da Silva 69 -
1
votes1
answer728
viewsChange Time of Commit
I wonder if it’s possible to change the time of a commit. Here’s the situation, I have a built-in git server with Redmine. When users are going to upload code in the commit gets the local time of…
-
1
votes1
answer4298
viewsHow do I edit the email in git?
I had put an email as the default in the github account, and consequently in the git global config, but the problem that I closed the yahoo account and included Hotmail as the main one in the github…
-
1
votes0
answers69
viewsGIT Server integrated with Redmine
I have a built-in git server with Redmine, it’s set right and it’s being used by several people, but when the commit comment has double quotes (") it’s not synchronized. I use a script, below the…
-
1
votes0
answers29
viewsCommit Lock with Redmine
I need to block a commit until its condition in Redmine is acceptable. Knowing that the required status index is 2(In progress). Example(I don’t use this just for understanding): if ["status" ==…
-
1
votes2
answers428
viewsGithub - How to create a second Fork from a particular repository?
Let’s say I have a repository layout user\original as meuser\original. If I want to create a new Fork from the first one, how do I do it? On github when you click to create a new Fork it just…
-
1
votes1
answer47
viewsGit Permission denied for longer pathnames
I have to do the clone of the project in the directory: C:\xampp_5.3\htdocs\Meu-projeto First running configuration to allow pathnames more extensive: git config --system core.longpaths true…
-
1
votes2
answers164
viewsHow do I save software versioning with GIT?
I did the project, ta all the versioning in GIT, but how can I make a kind of backup of that data? Why let’s assume I format the PC, saved the project but lost the versioning done. I searched and…
-
1
votes2
answers1030
viewsHow do NPM always update the latest Comite in master?
I have a local repository (gitlab) with several components, I’m pointing to package.json each component directly to this repository. See below for an example: "dependencies": { "XX-alert":…
-
1
votes1
answer167
viewsBranch removing files from the master branch
My question is this: I’m on a branch trying to merge my master branch. But git is ignoring some files when the merge is given. How to Force Put Everything?
gitasked 8 years, 6 months ago Matheus Domingos 161 -
1
votes0
answers44
viewsDirect to the github location
There is a repository on github where it already contains a project. I have to create a new branch and put my own project there, however, I don’t know how I direct to the repository, and besides, to…
-
1
votes1
answer65
viewsGenerate merge and branch charts in GIT?
I would like a tool to document my activities in GIT, which generates a flow chart like this: What tool would generate a documentation of merges, branches, tags, releasses in GIT, i.e., documenting…
-
1
votes1
answer290
viewsI Can’t Clone a git repository on TFS on my local machine
I honestly am already getting bored because I am doing the clone process correctly and this crap does not work, I decided to appeal to those who really know, I am beginner still in the profession…
gitasked 8 years, 6 months ago Marcelo Lopes 91 -
1
votes1
answer76
viewsStart with same folders and different files
I have a project that I kept only copying files to the server via SSH. Some of these files were edited manually directly on the production server. Now I’m starting Git versioning in Bitbucket, and…
-
1
votes1
answer1164
viewsRemove Git Binding in the ASP.NET MVC Project
I started an ASP.NET MVC project and initially used git for code control, but now I want to transfer to Team Foundation Services, as I do to unlink my project from git?
-
1
votes1
answer5066
viewsFailed to connect to github.com port 443: Connection timed out
I’m trying to make a git push, or git pull, and back and forth triggers this error: fatal: unable to access 'https://github.com/tiagoferezin/meuRepositorio.git/': Failed to connect to github.com…
-
1
votes1
answer5291
viewsLaravel Project Deploy by Git
I need to deploy an Laravel project installed on a dev pc on a Linux server. After downloading everything via Git, some folders are ignored by .gitignore. How do I run Composer to reinstall all…
-
1
votes1
answer173
views -
1
votes0
answers601
viewsAutomatic deploy with git does not work in Ocaweb
Good night, you guys! I’m trying to make an automatic deployment with git directly on the site server in Ocaweb, but it doesn’t work. I followed several tutorials, but I could not, I can send the…
-
1
votes1
answer404
viewsHow to set up remote GIT on Amazon AWS?
I made an account on AWS and I’m having trouble organizing and configuring repository files with GIT. I already have APACHE, PHP, MYSQL, and GIT installed. I created a /var/git folder to organize…
-
1
votes1
answer1236
viewsGit crashing in windows
Hello, I’m a beginner in the use of git, I installed it a first time and it worked normally, but I wanted to make some changes and could not, I decided to uninstall and install again, it didn’t work…
-
1
votes2
answers868
viewsCommit files are missing
I was working on a branch with Eclipse. I finished the features and committed, then switched to the master branch to push to the server. But when I did, the commit was gone, everything I’d done was…
-
1
votes1
answer843
viewsWhy did the folders in my github directory turn gray and empty?
Here’s how they turned out: I sent it with bash using git push --force because the normal push wasn’t working. Can anyone tell me what happened and how to fix it? the folders are not empty in the…