#cheatsheet
Read more stories on Hashnode
Articles with this tag
Git initIt is used to initialize the GIT Git statusTo know the current state of the repository Git add <filename>It will move a single file to the...
Basic Commands Navigation pwd: Print the current working directory. cd [dir]: Change directory to [dir]. Use cd .. to go up one level. ls: List...