gitboys@pop!_os
git init
Initialized empty Git repository in /hom
git status
On branch main No commits yet Untracked files: (use "git add file..." to include in what will be committed) index.html nothing added to commit but untracked files present (use "git add" to track)
git add .
git status
branch main no commits yet changes to be committed: (use "git rm --cached ..." to unstage)
new file: index.html