Questions tagged as 'git'

1
answer

Why have the folders in my github directory gone gray and empty?

Here's how they stayed: I shipped with bash using git push --force because normal push was not working. Can anyone tell me what happened and how to solve it? the folders are not empty in the original directory of my pc but in github so it...
asked by 27.08.2016 / 17:33
1
answer

How to configure the remote GIT in Amazon AWS?

I made an AWS account and I'm having difficulty organizing and configuring repositories with GIT. I already have APACHE, PHP and MYSQL and GIT installed. I created a / var / git folder to organize the repositories, and subfolders for each cli...
asked by 06.07.2016 / 03:18
1
answer

Git locking on windows

Hello, I am new to git, I installed it the first time and it worked normally, but I wanted to make some changes and could not, I decided to uninstall and install again, it did not work correctly anymore, I uninstalled and installed many times, b...
asked by 20.08.2016 / 15:56
1
answer

I can not clone a git repository in TFS on my local machine

I'm honestly already getting annoyed because I'm doing the clone process correctly and this crap does not work, I decided to appeal to those who really know, I'm still a beginner in the profession but I'm just going to study and learn.   ...
asked by 11.05.2016 / 05:01
1
answer

Git Bash - Segmentation fault

Hello, I have a very annoying problem with the GIT program. When I open GITBash in the desired folder and enter any command, they simply give the error "Segmentation fault." I searched the internet before coming here, but I did not find anyth...
asked by 01.02.2016 / 23:21
1
answer

Synchronization with Team Explorer in VS 2015

When trying to make a Sync I get the message:    Can not pull because there are uncommitted changes. Commit or undo your   changes before pulling again. See the Output window for details. When trying to push, I get the message:    You...
asked by 04.01.2016 / 23:47
1
answer

Problem sending files to bitBucket

I am currently sending the commit files to the database, but it is not working, I am doing everything correct but giving the following message. git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags origin master:master fata...
asked by 03.10.2015 / 16:20
1
answer

How to remove a file from a Git repository without deleting it locally?

I'd like to remove a file or directory that was sent to the Git repository erroneously, but without removing it from my local files. What command git performs such action?     
asked by 31.05.2015 / 17:52
1
answer

Opencart Should I ignore the checked.cache file in GIT?

I'm having a bit of stress with the opencart checked.cache file that every update asks for to do an add / commit / push and every time it has to be done I have headaches with conflicts and so on. Should I add this file to my .gitignore ?...
asked by 06.04.2015 / 15:27
1
answer

Structure of branchs and merge .NET MVC

I have the following branch structure for ASP NET MVC projects Master - production version DEV - Development Release - Bug Maintenance This structure was already defined when I arrived at the project and I'm having a problem when it c...
asked by 13.03.2015 / 21:28