Beginner Guide to Git and Linux
Git and Linux are essential tools for developers.
Git Commands
git init
git add .
git commit -m 'first commit'
Linux Commands
ls
mkdir project
cd project
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)