# Few shorctus for changing directory
# go home directory
cd ~
# go to root directory
cd /
# go back to previous directory
cd -
# go up one directory level
cd ..
# go up two directory level
cd ../../ # and so on
# if u want to change folder please use this command
#use pwd command to see where the location is
#then use "cd" to move to other folder
cd <folder name u want to move>
ex => cd Documents/python/
#if u dont have linux then use "git bash"
cd yourdir/xfolder