Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

git and eclipse

I am totally lost on git, I read the docs but do not have a clue. I have been using CVS for decades and just need some help getting setup.

  • I have a linux machine I setup a git repository on (created a directory and ran git init). I have ssh access to the machine.
  • I have an eclipse java project that I would like to commit/push whatever to this git repository.
  • I installed egit in Eclipse, but it does not give me any options to setup a url or hostname:port etc.
  • Further it wants to make the repository where I have the project in the same directories. That cannot be right.

How do I get eclipse to commit this to the git repository on my linux machine?

I have no idea what people see in this program, I was never confused with CSV but now noone supports or allows CVS anymore.

like image 249
Bodger Avatar asked Mar 25 '26 20:03

Bodger


1 Answers

The design goals of a git are explained well in The git parable

It may help with the required paradigm shift moving from CVS.

git was developed for the purpose of controlling submissions to the Linux kernel so the design goal of supporting the version control a large distributed project was a key one.

like image 170
Rob Kielty Avatar answered Mar 27 '26 08:03

Rob Kielty



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!