Questions tagged as 'git'

3
answers

Switch from remote repository to a local repository with git

I'm relatively new to this use of git. The question is: if I have a local repository, cloned from a remote repository in gitlab, and I want to stop using that gitlab account and use another one, when trying to delete in the local repository w...
asked by 26.08.2018 / 23:51
0
answers

Problem with accents in "git rebase"

I'm changing the history of an old repo. When the messages are in Spanish and some accent appears, the rebase fails and I usually have to abort it. I have managed to fix it on occasion with combinations of git rebase --edit-todo git re...
asked by 05.09.2018 / 02:41
1
answer

Difference of Fork and Branch Protected

I'm starting on Git, but I have a doubt. Suppose I have one project with the branch "origin" and another branch "tests". If I protect the branch "origin" and only give access to "tests", what difference is there in collaborating in "tests"...
asked by 13.06.2018 / 16:37
1
answer

How to combine the GIT history of an erroneous SVN migration

I have a GIT repository migrated from SVN. Because a folder was copied to the SVN, the history has not been migrated correctly. I try to explain graphically: SVN : r1 \ --> carpeta raiz --> Projecto1 \ fichero1...
asked by 28.06.2018 / 14:28
0
answers

Versioning with Mix, manifest does not exist

I am working on a branch (dev) where I have a package.json and composer.json with more updated versions than a branch called test (used for online tests) and when doing the merge inside the test branch, It does not merge these 2 files so it show...
asked by 04.05.2018 / 19:32
3
answers

Change master branch in Git

I'm new to programming but I have some notion, my question is this: I executed the command git init in the folder of my user, then from the terminal when I am at the height of that folder in the terminal I am shown ~git: (master)...
asked by 18.04.2018 / 23:28
1
answer

publish only one folder on gitHub in a parallel branch

I need to make my master branch of git publish only the contents of a folder called dist in a parallel branch I'm calling SRC I'm working with angle 5 and basically what I want is that my project (source) is on one page and my ghPage (resu...
asked by 31.03.2018 / 15:57
1
answer

Join two git repositories

Hello apparently using IntellIJ create a repository with a specific folder and another with the general folder of the project, when trying to push it shows me as 2 different repositories how can I unify them so that the folder with the project r...
asked by 14.03.2018 / 04:08
0
answers

Ignore folders in appspec.yml

Greetings, I have a synchronization problem with AWS and GIT, I have a repository of photos in a wordpress but these photos are not in the repository (They are almost 4 GB) the issue is every time I make a commit I delete the folder with the pho...
asked by 24.01.2018 / 21:41
0
answers

WSAStartup error with GitKraken

Good, I wanted to know if you have ever used this program and it has given you this error, or you have just encountered this error and you know how to solve it. I've noticed that it comes out only when I do an action with the remote repositor...
asked by 20.12.2017 / 16:35