Notes: command

make directory and switch in to it in same command

The command is

mkdir longtitleproject && cd $_

In bash, the $_ variable is the last argument given to the previous command. In this case, the name of the directory you just created.