Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Frontend Data with EGit
Frontend Data with EGit [message #1802994] Wed, 20 February 2019 11:47 Go to next message
Cansu Tanrikulu is currently offline Cansu TanrikuluFriend
Messages: 1
Registered: February 2019
Junior Member
Hello,

i am new here and i have a project which i am working with EGit. I have a question, is it also possible to Push/Commit frontend data with EGit?

Thanks in advance.
Re: Frontend Data with EGit [message #1803008 is a reply to message #1802994] Wed, 20 February 2019 17:13 Go to previous message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
I am not sure I understand what you are asking for.

EGit can do git push, it doesn't care what the content of versioned files is.
For storage git (and JGit) differentiates between
- text files
- binary files (either explicitly marked using gitattributes or implicitly detected heuristically by searching for null bytes in the content)
For git transport file contents are just bytes.
Previous Topic:JGit clone call fails because it does not hold the lock
Next Topic:How to force Jgit to use SSH instead of HTTPs?
Goto Forum:
  


Current Time: Fri Apr 26 12:49:32 GMT 2024

Powered by FUDForum. Page generated in 0.02514 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top