英文:
“Force update of snapshots/releases” - is this dangerous?
问题
"Force update of snapshots/releases"命令危险吗?我的意思是,如果我这样做,我会不会破坏远程仓库中的内容?例如,如果我执行这个命令,会不会影响快照?我会改变仓库中的任何内容吗?
英文:
Is “Force update of snapshots/releases” command dangerous? I mean, can I destroy something in the remote repo, if I do that? For example, if I execute this command, will I break snapshots? Do I change anything on the repositroy?
答案1
得分: 1
它不会更改远程仓库中的任何内容。
它只会更新您的本地仓库,可能会用更新的快照覆盖现有的快照。
英文:
It does not change anything in remote repositories.
It just updates your local repository, possibly overwriting existing SNAPSHOTs with newer ones.
专注分享java语言的经验与见解,让所有开发者获益!
评论