How I can initialized a new git project?

In the terminal, initialize a new Git project - I don’t understand what I should enter that initialize that.
Initalized an empty git repository in /home/ccuser/workspace/sorcerers-code/.git/ - I entered this one, but it is not ok, after I enetered - git init <name_of_project> /home/ccuser/workspace/sorcerers-code/.git/ - and the same problem
Could anyone help me?

isn’t that command taught yet? I thought it was:

git init

You mean
git init /home/ccuser/workspace/sorcerers-code/.git/ ???
I’ve got

no, just git init, it will just initialize a git repo in the current directory.

:sweat_smile: OK
Thank you very much!

A post was split to a new topic: I’m just putting “git init” and it isn’t working