In bash, you can do the following to create an alias:
alias cdf1="cd /user/home/cloudera" cd /user cdf1 pwd
You will get the result pwd as / user / home / cloudera. You can do the same at the git - bash prompt, as well as the directory "C: / folder1" instead of "/ user / home / cloudera".
source share