Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/sql-server-2005/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux内核源git签出到特定版本_Linux_Git_Linux Kernel_Git Checkout - Fatal编程技术网

Linux内核源git签出到特定版本

Linux内核源git签出到特定版本,linux,git,linux-kernel,git-checkout,Linux,Git,Linux Kernel,Git Checkout,当我在Linux内核git local repo中,并且想git checkout到某些特定版本的源代码时,我会看到以下选项: git checkout v4.4 v4.4 v4.4-rc1 v4.4-rc2 v4.4-rc3 v4.4-rc4 v4.4-rc5 v4.4-rc6 v4.4-rc7 v4.4-rc8 但是在中有更多的版本。 例如,我想签出到v4.4.233。 如何在本地回购中做到这一点?次要(稳定)发行版位于stable存储库中: 次要(

当我在Linux内核git local repo中,并且想
git checkout
到某些特定版本的源代码时,我会看到以下选项:

git checkout v4.4
v4.4       v4.4-rc1   v4.4-rc2   v4.4-rc3   v4.4-rc4   v4.4-rc5   v4.4-rc6   v4.4-rc7   v4.4-rc8
但是在中有更多的版本。
例如,我想签出到v4.4.233。
如何在本地回购中做到这一点?

次要(稳定)发行版位于
stable
存储库中: 次要(稳定)版本位于
stable
存储库中: