What is in that .git directory?

git at a basic level is just a bunch of text files linked to each other by filenames.

1 Like

Stiu ca fisierele si folderele care incep cu . sunt hidden files cum ai .git ai si .vscode, ~/.bashrc, de pe wikipedia:

What is hidden files in Unix?

In Unix-like operating systems, any file or folder that starts with a dot character (for example, /home/user/. config), commonly called a dot file or dotfile, is to be treated as hidden – that is, the ls command does not display them unless the -a or -A flags ( ls -a or ls -A ) are used.

Si discutia pe Hacker News: