瀏覽代碼

Correction in the line 38 (#2628)

MonsieurP0uet 6 年之前
父節點
當前提交
67fc72fb61
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/admins/07_LinuxUpdate.md

+ 1 - 1
docs/en/admins/07_LinuxUpdate.md

@@ -35,7 +35,7 @@ If there's not an update, you're done! If there is, continue the following steps
 
 5. Discard manual changes and delete manual additions
 ```
-get reset --hard
+git reset --hard
 git clean -f -d
 ```