Questions tagged as 'git'

1
answer

Differences in build in jenkins?

I configured Jenkins to "build" a project from a git repository, I'm using maven:    Warning: JAVA_HOME environment variable is not set. Apache Maven 3.3.3   (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T08: 57: 37-03: 00)   Maven hom...
asked by 14.04.2016 / 16:57
0
answers

MINGW32 composer: command not found - windows 8

Hello, I installed git on windows 8 and I have a problem with "cmd" the composer works and in Mingw32 that came in git the message "composer: command not found" does anyone know how I solve this? NOTE: I have already put the composer.bat path...
asked by 11.03.2016 / 12:30
1
answer

Help with GIT recovery

Personally I had performed a backup of my dir /.git/ and zipei. But I had problems in this file, I managed to unpack with errors. I would like to know if you have a command to FORCE to try to recover as much of this /.git/...
asked by 08.03.2016 / 01:18
1
answer

How to configure github in ubuntu?

Now that I've finished my final project at C and delivered it at the end of this first semester. I'm trying to set up and post my project on github . I followed a video lesson and got configurar a repositório on my no...
asked by 17.12.2015 / 22:51
0
answers

Gitlab - I can no longer clone or pull from my repository

I have Gitlab on my Ubuntu server in production for 8 months. I can not clone or pull a repository (+/- 400mb), but other smaller repositories work normally. I do not even know where to start to find the problem. Note: I'm using TortoiseGi...
asked by 12.08.2015 / 14:42
2
answers

Git: what are the possible flows for two development environments?

I'm setting up a development environment with Git in some of my projects, my initial idea for simple projects is: The master branch is blocked, when someone needs to make a change, a new branch is created (same as the master), the change is m...
asked by 28.09.2018 / 19:41
1
answer

Database Versioning [duplicate]

I use Git % + SourceTree for versioning and project sharing with other members of esquipe. But we have some problems related to the Database. Is it possible to share it? As for example commit BD and then pull by another user?     
asked by 28.06.2016 / 15:52
1
answer

What commands for GitHub in the Linux Terminal?

I have a PC at home (Windows) and in college I use Linux Mint. At home I installed a program from GitHub for desktop, and from what I saw it only has for Windows, and only 64 bits by the way. I started using GitHub in the last days at home an...
asked by 30.10.2017 / 19:43
1
answer

How to add files in .gitignore in Android Studio?

At some point in our project, the local configuration files ( workspace.xml , app.iml ) were sent to git . Among these files, some of the gradle itself ( cache.properties.lock , fileHashes.bin , fileSnapshots.bin...
asked by 04.09.2015 / 13:49
1
answer

GIT command to delete the last log without affecting the current version [duplicate]

I would like to delete the last commit log I made, the commit log that is there is a file that I deleted, but I do not want this to be in the versioning, what is the git command I need to do for this? / p>     
asked by 30.06.2015 / 17:52