摘要: ```bash .config/powershell/Microsoft.PowerShell_profile.ps1 ``` ```bash .tmux.conf ``` ```bash .zshrc ``` 阅读全文
posted @ 2023-09-04 19:06 fndefbwefsowpvqfx 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ```bash --raw --numstat --shortstat --dirstat --summary --name-only --name-status --check ``` ```bash git log --pretty=format:'%C(yellow)%h %Cred%ad % 阅读全文
posted @ 2023-09-04 18:55 fndefbwefsowpvqfx 阅读(11) 评论(0) 推荐(0) 编辑
摘要: ```bash git diff HEAD HEAD~1 git diff main feature/abc git diff main feature/abc hello.cpp ``` 比较分支的提交差异 ```bash | dev | 存在 | | master | 不存在 | git log 阅读全文
posted @ 2023-09-04 18:52 fndefbwefsowpvqfx 阅读(2) 评论(0) 推荐(0) 编辑