Questions tagged as 'git'

1
answer

What is a submodule in git?

One day I cloned a library in github and there was an instruction to use the git submodule update command. I have been working with git for some time and I was not aware of this command until then. What is this subm...
asked by 02.02.2016 / 15:42
1
answer

SVN Externals in Git. Exist?

I have a common layer in my project that will fit two or more companies. I know that in%% exists the Externals option where I reference an external repository in the repository of the company in question. Is there such a functionality in Gi...
asked by 18.04.2016 / 22:29
4
answers

Jenkins can not authenticate via SSH in Git

Upload a Jenkins to a VM Ubuntu Server 13 and I'm trying to create a job to be able to clone a repository via SSH. Already configured credentials and via command line works perfectly. Have you missed any steps or settings? WORKAROUND...
asked by 20.02.2014 / 16:30
1
answer

start server with vagrant on windows using git bash

As seen in the log below when starting the server such error occurs. Dei install and in sequence I tried to start the server. => Booting WEBrick => Rails 4.1.1 application starting in development on http://0.0.0.0:3000 => Run 'rails...
asked by 19.11.2014 / 03:53
2
answers

How to automate merge in git / github with hook or another tool?

I have a repository in Github and I have created a page in Github for this repository. With this, whenever I make changes in the master branch, I need to enter the gh-pages branch, make a git merge master and send to the app...
asked by 28.07.2016 / 00:58
1
answer

Slow start of GIT console

Good afternoon, I'm having trouble initializing my .git console. It takes a while to load it. When typing any command it takes about 30 s to 1 min. Thing until another day, it worked normal. Very fast in whatever action I did. I already reinstal...
asked by 10.06.2015 / 19:28
1
answer

How to solve DIRTY_WORKTREE

I'm trying to merge a git using eclipse, but it gives me an error:    DIRTY_WORKTREE "filename". I have tried to revert commit and resetar , but neither option works.     
asked by 23.06.2015 / 14:58
0
answers

Error opening git hub [closed]

Hello, when I start github, it shows me a screen with this error:    error: inflate: data stream error (unknown compression method) error:   unable to unpack 54012a5c5cbe332cb2e1f18539085b14bc0d8542 header   fatal: loose object 54012a5c5cbe33...
asked by 27.09.2017 / 14:42
1
answer

Ignore .classpath and .project on GitHub

I'm not able to ignore the .classpath and .project files in GitHub. These are already in my .gitignore but after a while they always end up coming back. I'm using Eclipse + EGit. Follow my .gitignore file /bin /null /.settings *.db *.class...
asked by 04.04.2014 / 14:43
3
answers

Difference from: "git commit -am" and "-m"

What would be the difference between typing: git commit -m "Teste" and git commit -am "Teste" ? I'm learning about Git and would like to know how to differentiate it.     
asked by 21.11.2018 / 19:59