Questions tagged as 'git'

2
answers

Git 'nothing to commit, working tree clean'

I got a laravel project by means of git clone , I made a new branch so as not to modify the original, but at the time of giving git commit it marks me: nothing to commit I have checked and I am in the correct folder, why can no...
asked by 05.07.2017 / 17:17
3
answers

Help for git with xCode

I have a file xcuserstate that is modified every time I do something in the xCode, it is as follows: modified: Proyecto.xcodeproj/project.xcworkspace/xcuserdata/MiNombre.xcuserdatad/UserInterfaceState.xcuserstate For this to stop h...
asked by 31.05.2016 / 20:24
1
answer

Doubt with Bitbucket and Android studio

I am working on a project with another person, and we have a bitbucket repository where we are doing the commits, but it turns out that we have a problem, I can not update the code that he modifies on his machine and he can not update the code....
asked by 05.04.2016 / 15:50
0
answers

Upload a change to all branches

I have a repository, and all branches have the same common file. I want to modify the file in the branch master and that when I give git push , I want that modification to be raised in all the branches. I tried git push --all orig...
asked by 01.01.2019 / 16:16
1
answer

Error executing "bower install" error "ENORESTARGET No tag found that was able to satisfy 1.5.3"

I do not know why he tries to install the library "canvg # 1.5.3" if in the bower.json this library is not referenced, please help him, thanks. This is my bower.json: { "name": "genesys", "version": "0.0.0", "dependencies": { "...
asked by 28.12.2018 / 00:06
0
answers

Visual Studio + GitLab

I have been working with visual studio 2017 and GitLab as a software repository for a few months, until now everything is more than correct but ... I need to do the following and I do not give the correct way to do it. I have several reposito...
asked by 03.12.2018 / 10:22
0
answers

doubt when merging with git

I want to merge a particular directory would be this .. https://source.codeaurora.org/quic/la/kernel/msm-4.4/tree/drivers/gpu/msm?h=LA.UM.7.4.r1-03900-8x98.0&id=8b68c64261fdc4a64c177022e7017cc82b7b4358 I can merge the entire ker...
asked by 28.11.2018 / 16:38
0
answers

Android Studio and Git with Firebase, different project for each Branch

I wanted to ask a question because I do not know how to continue. I have a project in Android Studio working with Firebase (I use the services Storage, realTime Database and Auth). In turn, I manage the versions of the project with Git. Now I wa...
asked by 23.11.2018 / 12:32
0
answers

Share a project in git without removing it from the eclipse workspace

I have been using git with eclipse for a short time, it turns out that when I share a project from the popup of the project browser I am asked for a location for the local repository. By facilitating it and creating the repo, the project is n...
asked by 05.11.2018 / 14:10
0
answers

Managing with Git a project that is between two folders

I have created two folders, A and B that in principle have to do with different projects, A and B but I want to join them, because for me they are the same project, because they share many files and because they are related to the same, a Angula...
asked by 28.10.2018 / 04:58