• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Eclipse Code Commit

 
Ranch Hand
Posts: 970
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any easy way or plugin to commit code to github account from eclipse or from notepad without lot many steps to commit and retrieve code from github to me. Any other website where you can commit code securely without giving access all public? Thanks in advance
 
Sheriff
Posts: 5557
326
IntelliJ IDE Python Java Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Personally I prefer to use the terminal for all interactions with source control repositories. I had a bad experience with eclipse handling a git commit once and I immediately gained a distrust of any tool that promised to make working with git easier.

GitHub offer free private repositories, as do bitbucket, and I'm sure a bunch of others do too.
 
Sheriff
Posts: 22796
131
Eclipse IDE Spring Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Although I too prefer the CLI, several colleagues of mine swear by https://www.sourcetreeapp.com/]Sourcetree. Apparently VS Code also has some nice Git support, but I wouldn't suggest it for Java development.

As for private repositories, both GitHub and GitLab provide free private repositories. I have some code on GitLab but most on GitHub. The latter also includes some projects that are still in incubator status; I keep those private until I find them worthy to make public.
 
He's my best friend. Not yours. Mine. You can have this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic