Git configure & terminal command for mac
1. Terminal command Show folder list: ls Enter any folder directory: cd folder_name Create new folder: mkdir foler_name Back from current directory to previous directory: cd .. Delete file: rm file_name Delete fol...