创建新文档

您的文档标题(将显示为 H1)
URL 友好名称(无空格,使用连字符)
创建文档的路径(可选,使用正斜杠创建子目录)

移动/重命名文档

文档的当前位置
文档的新路径(包括别名)
这只会更改文档的路径,不会修改文档的标题(H1 标题)。

删除文档

您确定要删除此文档吗?此操作无法撤销。

警告:如果这是一个文件夹,包括子文件夹和文档在内的所有内容将被删除。

Message

Message content goes here.

Confirm Action

Are you sure?

附件

允许的文件类型:jpg, jpeg, png, gif, svg, webp, txt, log, csv, sfd, zip, pdf, docx, xlsx, pptx, mp4(最大:10MB)

文档文件

正在加载附件...

文档历史

以前的版本

Loading versions...

预览

选择要预览的版本

Wiki 设置

用户界面语言
每个文档保留的版本数量。设置为0以禁用版本控制。
上传文件的最大允许大小(MB)。

用户管理

添加新用户

留空以保持当前密码
拥有这些组的用户可以访问受限部分。

为您的Wiki部分定义基于路径的访问规则。规则按顺序评估。首次匹配生效。

活动规则

从ZIP归档文件导入Markdown文件。文件将被处理并存储在适当的文档结构中。ZIP中的目录结构(类别/子类别)将在wiki中保留。

上传包含要导入的Markdown(.md)文件的ZIP归档(压缩包)。

创建和管理您的 Wiki 数据备份。备份包括所有文档、图像和配置文件。

可用备份

正在加载备份...

添加/编辑访问规则

已选择: /

添加列

GIT 使用

Top 37 Git Commands Every DevOps Engineer Must Know

🔹 Daily Workflow (Basics)
1.git clone – Copy repo locally
2.git status – Check repo state
3.git pull – Fetch & merge changes
4.git push – Push commits to remote
5.git add – Stage changes
6.git commit – Save changes

🔹 Branching & Collaboration
7.git branch – List branches
8.git branch – Create branch
9.git checkout – Switch branch
10.git checkout -b – Create & switch
11.git switch – Switch branches (modern)
12.git merge – Merge branches
13.git rebase – Reapply commits cleanly

🔹 History & Inspection
14.git log – Commit history
15.git log --oneline --graph – Visual history
16.git diff – Show changes
17.git show – Inspect commit
18.git blame – Who changed what

🔹 Undo & Recovery (Very Important)
19.git reset – Undo commits (local)
20.git reset --hard – Force reset
21.git revert – Safe undo (prod-friendly)
22.git stash – Save uncommitted work
23.git stash pop – Restore stashed work
24.git reflog – Recover lost commits

🔹 Remote & Repo Management
25.git remote -v – View remotes
26.git fetch – Fetch without merge
27.git tag – Create version tag
28.git describe – Version info from tags

🔹 DevOps Power Commands
29.git cherry-pick – Pick specific commit
30.git clean -fd – Remove untracked files
31.git config – Git configuration
32.git shortlog – Commit summary
33.git archive – Create source archive

🔹 CI/CD & Ops Friendly
34.git diff HEAD~1 – Compare last commit
35.git rev-parse HEAD – Get commit hash
36.git show-ref – List refs
37.git worktree – Multiple working trees

Knowing Git deeply = fewer CI/CD failures & faster production fixes.

附件

正在加载附件...

评论

暂无评论。成为第一个评论者!

搜索结果