gpt4 book ai didi

git - 在分支 checkout 时更改环境变量

转载 作者:行者123 更新时间:2023-12-04 18:09:04 24 4
gpt4 key购买 nike

我想知道在执行 git checkout <branchname> 时更改环境变量值的最佳做法是什么?并根据 branchname 给它一个值(同时具有默认值,以防未为 checkout 的分支提供特定值)。

例如。获取数据库名称:

> git checkout dev
> echo $MYVAR
db_name_for_dev
> git checkout newfeaturebranch
> echo $MYVAR
db_name_for_newfeaturebranch

最佳答案

关于git - 在分支 checkout 时更改环境变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18847443/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com