Basic git commands (Part 1)
Level 1 : Very basic one for git
Basic commandsWhat does it do
mkdirMake new directory
cdopen current directory
cd ..go back
lslists out all the files which are in working directory
ls -alists out all the files along with hidden files in w...
gautamishetty.hashnode.dev5 min read