Questions tagged as 'git'

1
answer

git merge does not update

I would like to know what is the flow to update a branch to develop , since I am having problems. From the branch develop I made: git checkout -b feature/test I made the changes in the feature/test branch and then I m...
asked by 20.04.2018 / 18:20
0
answers

Merge to different branches in git

I hope I can make myself understood in my question. I have a "CMS" project, which I have versioned in bitbucket, in which we work 6 people, which we are daily uploading comits repeatedly. What happens is there are times when a strong chang...
asked by 12.04.2018 / 02:23
2
answers

warning: LF will be replaced by CRLF in assets / plugins / bootstrap-treeview-master / tests / tests.js

I am creating a repository in git with the git init command and then git add , the problem I have is that the git bash shows me a warning that I show next:    warning: LF will be replaced by CRLF in   assets / plugins / bo...
asked by 10.04.2018 / 18:01
0
answers

error: Spell checkig is unavalable: No word list can be found for the language "en-ES"

I installed Git Gui Gitk in LinuxMint. When I run git-gui, I get the error "Spell checkig is unvalable: No word list can be found for the language" is-ES "How can I fix this error?     
asked by 15.03.2018 / 17:55
0
answers

visual studio UWP

We have a Universal Windows Platform (UWP) project. The repository is in the windows cloud. The Visual Studio version is the 2017 community. A companion moved some files that already existed and were commiteed, within a new folder he uploaded...
asked by 03.03.2018 / 07:22
0
answers

I can not update master branch with origin / master content

I need help, I just reverted a commit using git push origin + 2310b09 ^: master. That is, I have returned to the father of the last commit in the remote master (origin) branch. Up to here perfect. Now I have done a git pull origin master from an...
asked by 01.03.2018 / 19:19
0
answers

error when I launched the git branch command in movaxterm

I do not execute the git branch command in mobaxterm. I get the following error /bin/busybox.exe less -R: /bin/busybox.exe: No such file or directory Neither do I execute other commands like git log --graph --topo-order --decora...
asked by 02.02.2018 / 17:49
0
answers

how do I use Git for a programming environment Graph a PLC controller?

Good afternoon, I'm researching and learning all the features of Git, I want to integrate it and apply it to my work, but I have a doubt how viable it can be. I explain to you I work with two development environments, Ide Eclipse "for program...
asked by 27.01.2018 / 19:49
1
answer

Error Running Laravel downloaded from Git, warning bootstrap

Greetings, I have downloaded a Laravel project from a repository which I am a contributor and at the time of executing it (previously I put it in htdocs and changed the execution path in Netbeans) the following error occurs: Warning: require(C...
asked by 22.01.2018 / 09:24
0
answers

Problem with git does not upload files

I have a virtual machine with ubuntu and git, in that machine I create the project folder, called ip, with the user with permissions called git that believes in the installation of version control. But I can not upload the files to the server. I...
asked by 23.01.2018 / 18:35