Initialize a new Git repository -git init
Check status of files -git status
Add files to staging area -git add
Add all files to staging -git add
Commit staged changes -git commit -m "commit message"

For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)