Comment on What is Gitea ?
slazer2au@lemmy.world 1 day ago
Gitea as its core is a git forge. A place to store data using git as a synchronisation method.
What data? Anything you want, but best works with loose files like that used with programming so you can roll back code, create a copy to test your change before adding it to the main repository.
That doesn’t mean it can’t store other files. Exe, jpeg, mkv, are all fine to store there but not it’s ideal purpose.
Gitea is awesomly similar to GitHub, GitLab, Codeberg, an many others, yet everything of these - is not Git. Git is a whole Universe started by Linus Torvalds, and now supported by marvelous Communities.
Gitea is a same service, as the aforementioned, for a remote, authorized, and safer Git, and other features as: Repository optimizations and analysis; Issue tracking; Discussions; Automation as Action Workflows etc.
Git Large File Storage (LFS) is normally used for data over 20-100 MB, and it is not directly related, nor officially maintained by Git.
Please do not store in Git pure binary or media files over 10 MB. Otherwise, your remote and local Git may struggle every change processing comparing bit-by-bit, instead of its hashsum.
One of the book to seriously start with Git I would recommend, in addition to its official documentations and Man files:
- Head First Git by Raju Gandhi.
Raju Gandhi ?? I read Rajiv Gandhi 😄😄😄😄😄
Funny or not, but the author is a miracle. Their attitude to the book, family, travel, and overall passion is another marvel, too.
The book is also attributed to his mother.
Do you happen to be the author ? This is an lndian name.
I don’t understand why people are down voting you. You’ve been very helpful.