Initialize a new Git repository
Clone an existing repository into a new directory
Set the author name to be attached to your commits
Set the author email to be attached to your commits
Show the status of the repository
Add all current changes to the next commit
Commit the staged files with a message
Show changes between commits, commit and working tree, etc
Show commit logs
Show commit logs in a single line
List all local branches
Create a new branch
Switch to a different branch
Create a new branch and switch to it
Merge the specified branch's history into the current one
Add remote repository
Push changes to remote repository
Fetch from and integrate with another repository or a local branch
Download objects and refs from another repository
Reset current HEAD to the specified state
📘 使用指南与技术说明
🔗 相关工具推荐
📖 精选技术文章推荐
那些藏在 URL 里的双重编码漏洞:一次 SQL 注入的完整路径
明明部署了昂贵的 WAF 防火墙,为什么数据库还是被拖库了?黑客并没有使用什么零日漏洞,而是巧妙地利用了 URL 的“双重编码”特性。本文将带你重构一次真实的攻击路径,揭示架构分层中的安全盲区,以及开发者最容易犯的致命错误。
那个把对象直接 toString 传进 URL 的同事,把我们的接口搞崩了
一个前端新人的失误:'?filter=[object Object]',让后端的 JSON.parse 直接崩溃,引发了一场 P3 级事故。本文深入探讨 JSON 与 GET 参数互转的种种陷阱:嵌套对象怎么传?数组怎么解析?URL 长度限制在哪里?以及如何避开这些暗坑。
计算机差点变成巴别塔:Unicode 发明前,我们如何处理多语言文字
在 UTF-8 统治世界之前,计算机世界曾是一片混乱的割据地。为了显示中文、日文或希腊文,开发者们发明了无数互不兼容的“代码页”。本文带你回顾那段满是乱码、冲突与妥协的编码演进史,理解 Unicode 存在的终极意义。
消失的字符:处理民族文字展示时的编码与渲染深坑
在开发文本分析工具时,我们发现 UTF-8 并不是万能药。当遇到藏文的叠加字、维吾尔文的 RTL 镜像渲染以及复杂的 Unicode 代理对时,传统的字符串处理逻辑会瞬间失效。本文记录 daima.life 在适配多元文字时的技术复盘。
💡 想要更多功能?
发现 Bug 或是希望加入新工具?支持免费提建议或商业私有化定制开发。