Comment on Can you suggest an interesting project on git for an absolute beginner ?
hendrik@palaver.p3x.de 1 week agoI mean you probably want to use Git to solve some kind of problem in your life. The usual use-case is to manage software projects. It’s also good at managing text files of any kind. Whatever you like. A HTML file is text, too. It’s a bit less good with images and other binary formats. But you can use it to manage them as well.
I don’t know what are binary formats specifically, but I too would be using it for software related projects. It’s just that l need to get the hang of these tools.
Right now, Gemini is proving to be a great teacher, telling me the steps and also rectifying my errors.
By binary formats, they mean files that are intended to be interpreted or executed by a computer.
For example, a program (my-app.exe) is a binary file. You use it by double clicking it, and the computer runs the program. If you tried to read the file by opening it in a text editor, you would only see gibberish and random characters.
Another example, an image (my-photo.jpg) is a binary file. It’s not a program, but you can view the image with a program like Paint. But just like a program, if you opened an image in a text editor, you would still see gibberish. That’s because the gibberish is interpreted by Paint so that you can view the image.
But source code (my-website.html) is not a binary file, it’s just a text file with fancy formatting and special rules on how to write it. You can open an HTML file in your text editor, and as long as you know the rules you can learn to read it.
So, there are certain types of files that can be opened with a text editor, and some kinds of files need special programs to open.
Is the program paint open source ?
No, it’s just an example. https://en.wikipedia.org/wiki/Microsoft_Paint