What does touch command do ?
This command creates a new file
touch file.txt
note you can create a file inside another file, but the path must be clear.
example
touch pets/horses/rocky.png
What are the following commands pwd cd ls ls -a mk dir rm rm -r rm -rf
print working directory change directory list files in directory list hidden directory make directory remove file remove a directory remove .git
How do we amend commits ?
git commit -m
What is .git ignore ?
It is a command that we use, not include some files in our repo or working directory