TASKS create branch feature-1 from master create new directory feature-1 copy all files from feature to feature-1 delete feature directory list root directory (/) including hidden files and permisions. Save output in dir_list.txt move dir_list.txt to feature-1 commit changes with the message "adding new feature" push to feature-1 branch on github repo create merge request USEFUL COMMANDS git checkout git add git commit git push mkdir touch rm ls cp mv