Top "Egit" questions

For questions about the EGit Eclipse plugin for the Git version control system.

How do I change the default author and committer in the Eclipse Git plugin?

I am using the Git plugin for Eclipse. I have several authors and committers which are displayed when I start …

eclipse git eclipse-plugin egit author
Can't clone remote git repository with EGit

I am trying to clone remote git repository with Egit, via https protocol. I followed this online tutorial. When I …

eclipse git egit
The current branch is not configured for pull No value for key branch.master.merge found in configuration

I get this error when I try to pull from remote repository using Egit team>pull The current branch …

eclipse git egit
git-receive-pack not permitted on Push

I am using EGit in Eclipse, and attempting to push to Github. I made a commit locally, and then tried …

eclipse git permissions egit
egit - not authorized

I just connected to GIT from Eclipse Juno using EGit, and successfully cloned a certain remote repository. During the clone …

eclipse git egit
Eclipse and EGit: How to easily review changes to ALL modified files before committing to *local* repository

I'm using Eclipse Indigo SR2 with the (built-in) EGit plugin v.1.3.0.201202151440-r and haven't been able to find any way …

eclipse git egit
Eclipse + EGit: clone project into workspace

I'm a little confused about how EGit workes. I have an existing git repository on Github and want to clone …

eclipse git github egit
What's the difference between "Push..." and "Push to upstream..." in Eclipse

When using "Push to upstream..." in Eclipse, the new "local" commits are pushed to remote repository and the remote branch …

eclipse git egit
Bitbucket - Push project files to an empty Git repository

I have created a Git Repository on bitbucket. The repository is empty now. I have an Eclipse project, in my …

android eclipse bitbucket egit
Git commit not possible. There are no staged files

I am using EGits with Eclipse and running into some issues. I have one change from head; I have made …

eclipse git commit egit eclipse-mars