Questions tagged as 'git'

0
answers

Installing GraphQL with error

I've been experiencing an annoying problem with GraphQL at the time of installation. npm ERR! Error while executing: npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/graphql/graphql-js.git npm ERR! npm ERR! fatal: una...
asked by 17.09.2018 / 18:28
0
answers

Deploy Automatic Bitbucket - PHP

I'm trying to use BitBucket's Automatic Deploy via WebHook for my application. My application is PHP using Laravel platform. Well, until then I'm following this tutorial: link I did everything according to the tutorial, however, my applicat...
asked by 07.09.2018 / 20:12
0
answers

How to work with remote branches?

I'm having a hard time working with a remote git branch: We have a server on our internal network where the project is. Two programmers will work and it has two branches: master and Devel . We intend to keep the master practically untouc...
asked by 23.08.2018 / 20:00
1
answer

Branch checking time GIT and jenkins

Good afternoon everyone. I've built an integration between GIT and Jenkins so that builds run with publishing parameters on application servers. Then I set up the GIT plugin the project path and in Branch Specifier (blank for 'any') the...
asked by 14.08.2018 / 21:59
0
answers

How to clone a project straight from a Branch?

I use Gitlab and Visual Code to do code versioning and I have the following problem: When cloning a project directly from master and then doing git pull origin tv_version my files are giving as "MERGE CONFLICT" and if I clone...
asked by 11.08.2018 / 06:56
1
answer

Client GIT is possible to access shared server or to make automatic push

Good night everyone; Recently I configured a git server with several projects so that the developers can work on a single GIT server, but when the git client is used the developer needs to make a project clone of the corresponding git server...
asked by 07.08.2018 / 02:28
1
answer

Jenkins integration with local GIT plugin

Good afternoon; I need to do the integration of the GIT server with jenkins so that the deploys are done automatically, however the settings I find are with reference to GIThub or GITlab I need to do the integration of my local GIT server wit...
asked by 08.08.2018 / 21:52
1
answer

Problems in commit GITHUB (inaccessible folder in git)

Well, I'm having trouble trying to eat on github. As the print demonstrates below, I want to commit the Programming Techniques folder, but I can not. I already deleted the repository and the problem continues. Remembering commands lik...
asked by 12.07.2018 / 01:04
0
answers

How to exclude commits from git and then consider old with new implementations? [duplicate]

Personal I have the following problem, I was developing and slowly comminuting the changes, when I arrived at a certain point I had to go back in one of the commits using: git reset --hard <numero do commit> I saw that after it a...
asked by 17.07.2018 / 22:35
0
answers

Smart commit duplicating messages when a branch is merge

Good morning everyone. I'm using Smart Commit to integrate Jira and Gitlab. Commit messages are added to the Jira card. The problem I'm having is that when a branch is mergeed, all messages are being duplicated on the card. Has anyon...
asked by 13.07.2018 / 15:59