最佳答案
在docker中,我想这样做:
git clone XYZ
cd XYZ
make XYZ
然而,因为没有cd命令,我每次都必须传入完整路径(使XYZ /fullpath)。对此有什么好的解决方案吗?