Questions tagged [egit]

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

EGit is an plugin for the version control system built on top of , the Java implementation of Git.

enter image description here

1440 questions
-1
votes
2 answers

How to revert changes due to a merge with Eclipse and EGit

I am using Eclipse Mars.1 (4.5.1) with EGit 4.1.0. After a merge from a branch into master, I cannot figure out how to tell EGit to resolve a conflict by simply keeping the version that was in master before the merge, ignoring anything that came…
SantiBailors
  • 1,596
  • 3
  • 21
  • 44
-1
votes
1 answer

Edit pushed commit message in EGit

I want to edit the commit message of a pushed commit. I tried it using the "revert Commit" button, but got this error: An internal error occurred Cannot revert commit '9b424b08c83baffd18c2d5dffbe5bdb902c0cf63' because it has 0 parents, only…
-1
votes
1 answer

how to replace my project with a .git folder

I am completely new to Git. I am working on an eclipse project that uses GitLab. I would like to replace the current project I am using with one of the branches on the GitLab server. I downloaded the repository as .git folder. Now I am wonder how I…
Suvimo
  • 240
  • 1
  • 6
  • 18
-1
votes
1 answer

Automatically run a webservice after git commit in eclipse

I want to update the commit details to my server automatically after git commit in eclipse How to do it ?
SHASHIDHAR MANCHUKONDA
  • 3,302
  • 2
  • 19
  • 40
-1
votes
1 answer

UnknownHostException in eclipse egit

I'm trying to use git from eclipse. I'm using Eclipse Kepler and Egit 3.0. All local commands work fine, but I can't connect to the repo. For example, fetch fails with java.net.UnknownHostException: my-server. The .git for the project is configured…
Simon4815
  • 19
  • 4
-1
votes
2 answers

EGit uses 1024-bit or 2018-bit SSL?

Current EGit version (3.3) is secure to clone and authenticate users over SSL? I have been reading about 1024-bit SSL is not used anymore, so what SSL version uses EGit? and how about HTTPS?
CIOC
  • 1,385
  • 3
  • 19
  • 48
-1
votes
1 answer

bitbucekt master branch not working while pulling into local

i am facing a peculiar issue, while pulling my bitbucket master branch,into my local machine i am using eclipse git plugin, where i used to pull request from the bitbucket master branch.i have master and branch repositories, and i have merged my…
pappu_kutty
  • 2,378
  • 8
  • 49
  • 93
-1
votes
2 answers

How to migrate from command line Git to EGit?

I have a project with 4 packages. I have a Git repo in each package at the source code folder level. How do I migrate these 4 repos from command line Git to EGit? Edit: I looked at a couple of EGit tutorials and they seem to be about Git, as…
H2ONaCl
  • 10,644
  • 14
  • 70
  • 114
-1
votes
1 answer

Config Git to not require comment every checkin

Possible Duplicate: Git commit with no commit message I am looking for a way to configure Git to not require a comment upon checkins. I hope it can be done on the repository side but if it is a client setting, that's OK. I will mostly be using…
amphibient
  • 29,770
  • 54
  • 146
  • 240
-1
votes
1 answer

Egit Eclipse best practises (play framework 2,.0) project

Im very new to git ingeneral, egit and github. The problem: Lets say I have a project for eclipse in c:/username/workspace name "Test". So I versioned it and pushed it up to github. Now I can see all my Files in github under the directory "Test" in…
whereismydipp
  • 556
  • 1
  • 8
  • 23
-2
votes
1 answer

Can't let other people edit code from github with eclipse

I made my own repository on GitHub, I can edit it from Eclipse, but when I share it with other users they can't push to Upstream. How can I grant them permission to edit the code? Also added them to Collaborators tab this doesn't help. They get…
cristian
  • 1
  • 2
-2
votes
1 answer

Github do not count my commit

This is the story. I have two computers, one is in my home, another is in my office. Both computers have installed Eclipse and connect to the same project of my github account wtih Egit. I find that when I commit on my home computer, my commit will…
guzhu moqi
  • 21
  • 5
-2
votes
1 answer

Git: See changes between repository and latest commit

I use Eclipse with Egit. I want to know how to: See all differences between the repository in its current state and the latest commit I have a Git repository containing some Java projects. I added an empty package to a Java project. The new…
Seiten
  • 138
  • 1
  • 13
-2
votes
1 answer

Where to add the path of head/ref/master in github

I am using the jgit . I am new to it i am able to clone the code from github but when i tried to push code in java it is giving me error. Here's code : public class PullFromRemoteRepository { private static final String REMOTE_URL =…
user3352615
  • 119
  • 2
  • 5
  • 13
-3
votes
1 answer

Eclipse GIT issue: Unable to checkout branch (The filename, directory name, or volume label syntax is incorrect)

Git throws exception 'The filename, directory name, or volume label syntax is incorrect' when I tried to checkout a existing branch. Error log: org.eclipse.jgit.api.errors.JGitInternalException: The filename, directory name, or volume label syntax…
Array out of bound
  • 1,133
  • 7
  • 24
1 2 3
95
96