Questions tagged as 'git'

1
answer

Configuring Github in Eclipse

Can anyone help me with the configuration to integrate the Eclipse IDE with Github, so that I can upload my projects in development, and when necessary to do the import? I tried, but without success, if anyone has knowledge and can help me, I...
asked by 02.06.2017 / 03:31
1
answer

Deploy Laravel project by Git

I need to deploy a 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 turn Composer to reinstall all dependencies? Do you have npm too?   ...
asked by 21.06.2016 / 00:03
1
answer

How to use the Git command without sudo?

Whenever I need to use some commands like git pull, git stash, a message appears that the operation could not be performed because the permission is not sufficient. How do I not need to use sudo?     
asked by 19.02.2016 / 13:36
2
answers

How to make NPM always update the last comite in the master?

I have a local repository (gitlab) with several components, I am pointing in package.json each component directly to this repository. Here is an example: "dependencies": { "XX-alert": "git+http://git.domain.com/XX-platform/XX-alert....
asked by 12.04.2016 / 19:17
1
answer

How to remove undue commits from a remote branch?

The company in which you work hires some trainees who take care of small tasks of several languages and different parts of the program (in order to enable them), but recently one of our trainees did some commits of one branch in another in our...
asked by 26.04.2017 / 20:00
1
answer

Disabling eol on bitbucket

As versioning tools I use Bitbucket and Sourcetree. It just seems like they get lost in the eol, saying that same files are different. It seems to me that the solution is to disable eol in .gitattribute But I can not ... Does anyone have a...
asked by 08.10.2015 / 22:22
1
answer

Compare Working Directory file with remote repository file

How to compare a local file, in the Working Directory, with an existing file in a remote repository, for example GitHub? I need to identify changes made to a local file compared to the version in GitHub. I have not yet run the git add comma...
asked by 10.04.2015 / 21:16
1
answer

Associate commit to Bitbucket Issues

With Bitbucket it is possible to work with "Issues", where in the case could be used as "tasks / bugs / etc ...". My question would be whether it is possible to associate one or more commits with certain "Issues". If it is not possible, is th...
asked by 15.05.2015 / 13:57
2
answers

Is it possible to add an empty directory to a Git repository? [duplicate]

I wonder if I can add an empty directory to my Git repository? If possible, how to do this?     
asked by 05.05.2015 / 20:19
2
answers

Git (and git bash) does not work in Windows 8

I'm using the Git tool for version control, I use Windows 8 and msysgit , after I installed it, the tool worked fine, but soon after, Git Bash no longer works, as if there were problem at startup, and the command prompt does...
asked by 23.03.2014 / 15:01