我在git中看到过很多次这样的评论。 这到底是什么意思呢?


当前回答

它意味着将当前版本号加1。

其他回答

它意味着将版本号增加为一个新的惟一值。

它意味着将当前版本号加1。

来自: 一个成功的Git分支模型:

$ git checkout -b release-1.2 develop Switched to a new branch "release-1.2" $ ./bump-version.sh 1.2 Files modified successfully, version bumped to 1.2. $ git commit -a -m "Bumped version number to 1.2" [release-1.2 74d9424] Bumped version number to 1.2 1 files changed, 1 insertions(+), 1 deletions(-) After creating a new branch and switching to it, we bump the version number. Here, bump-version.sh is a fictional shell script that changes some files in the working copy to reflect the new version. (This can of course be a manual change—the point being that some files change.) Then, the bumped version number is committed.

提升,提升,提升,⸻版本。


你的词源。

https://www.dictionary.com/e/slang/bump bump这个词可能出现在20世纪90年代中后期,随着在线留言板的兴起,它通常被认为是短语“bring up my post”的反义词。然而,这个词也可能只是作为单词bump的延伸而来(例如,给某物一个bump或boost.)。