# Pushes your current directory to the top of a stack while changing to the specified directory
pushd <directory>

# To return use popd
popd
