Commit 8a212064 authored by wojiushixiaobai's avatar wojiushixiaobai

Fix

parent d7814ccd
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
.. code-block:: shell .. code-block:: shell
$ cd /opt/jumpserver $ cd /opt/jumpserver
$ git git fetch $ git fetch
$ git checkout 1.4.5 $ git checkout 1.4.5
$ git clean -df # 清除未跟踪文件, 请一定要做好备份后再操作此步骤 $ git clean -df # 清除未跟踪文件, 请一定要做好备份后再操作此步骤
$ git reset --hard # 还原所有修改, 请一定要做好备份后再操作此步骤 $ git reset --hard # 还原所有修改, 请一定要做好备份后再操作此步骤
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment