Equivalent to “git update-index --assume-unchanged” in SourceTree

后端 未结 2 1126
别跟我提以往
别跟我提以往 2021-02-01 04:38

So far I used git update-index --assume-unchanged on the database configuration file after I filled in the database password because I don\'t want my database passw

2条回答
  •  無奈伤痛
    2021-02-01 05:32

    It is quite likely that SourceTree doesn't have a feature for manipulating the index in that way (although I could be wrong, but it doesn't seem to). However that doesn't mean you can't drop down to the terminal in order to issue that command, but continue to use SourceTree for everything else.

提交回复
热议问题