📌  相关文章
📜  如何更改 git bash 的主目录 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:53.087000             🧑  作者: Mango

代码示例1
# First check in git bash what is the HOME location. Open git bash and run
echo $HOME

# Now change the HOME path by opening cmd and run
setx HOME "path/to/.ssh/loc" (I gave C:\Users\programmer\github)

# Now cross check by running the echo command in git bash.