导航到repeat {
inp <- userInput("Would you like to delete and re-run index generation? (yes or no) ")
if (inp %in% c("yes", "no")) break()
else write("Specify 'yes' or 'no'", stderr())
}
if (inp == "yes") index_genom <- star.index.function()
-> VCS
-> Git
通常会显示当前文件的历史记录。但是我想知道是否有一种方法可以在树之类的模型中导航整个分支,例如SourceTree: