Questions tagged as 'git'

1
answer

Do I need to put the hidden Eclipse project files in the repository?

I'd like to know first of all if these hidden image files (.good thing) need to go to the repository, since I work on the same project on more than one computer. My other question is if you can not display these files in eclipse. Thank you for y...
asked by 08.09.2016 / 17:21
0
answers

Automatic Deploy with git does not work on locaweb

Good evening everyone! I'm trying to do an automatic deploy with git directly on the site server in locaweb, however it does not work. I followed several tutorials, but I could not, I can send the files to the repository I created in locaweb, bu...
asked by 02.07.2016 / 02:48
1
answer

Move project from git to workspace

Using eclipse I cloned my github repository in the /home/douglas/git directory. My repository calls X and inside it is my Y project. When I'm going to import the project into eclipse I would like it to be moved to the eclips...
asked by 30.06.2016 / 03:43
1
answer

Start with the same folders and different files

I have a project that I just keep copying files to the server via SSH. Some of these files have been manually edited directly on the production server. Now I'm starting the Git versioning on Bitbucket, and I've already done an initial push of th...
asked by 17.05.2016 / 16:47
1
answer

Branch removing files from master branch

My question is this: I'm in a branch trying to merge my branch master. But git is ignoring some files when the merge is given. How do you force it?     
asked by 28.04.2016 / 20:39
0
answers

Direct to github's repository

There is a repository in github where it already contains a project. I have to create a new branch and put my own la project, however, I do not know how I direct it to the repository, and furthermore, for a certain branch, can anyone show me the...
asked by 03.05.2016 / 16:53
1
answer

Git 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 the configuration to allow pathnames more extensive: git config --system core.longpaths true Running the above command...
asked by 18.03.2016 / 13:27
0
answers

Commit blocking with Redmine

I need to block a commit until its redmine condition is acceptable. Knowing that the required status index is 2 (In progress). Example (I do not use this just for understanding): if ["status" == "1"]; then $commit = true; else ["statu...
asked by 16.03.2016 / 18:32
1
answer

Change Commit Time

I would like to know if it is possible to change the time of a commit. Situation is as follows, I have a git server integrated with redmine. When the users are going to upload code in the commit it gets the local time of the machine that is a...
asked by 24.02.2016 / 15:47
0
answers

GIT Server integrated with Redmine

I have a git server integrated with redmine, it is configured right and is being used by several people, but when the commit comment has double quotes (") it is not synchronized. I use a script, below the comet part: function redmine_update_is...
asked by 22.02.2016 / 13:29