<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ThinkChat2.0新版上線,更智能更精彩,支持會話、畫圖、視頻、閱讀、搜索等,送10W Token,即刻開啟你的AI之旅 廣告
                [TOC] ## 概述 ### reflog - 可以查看所有分支的所有操作記錄(包括commit和reset的操作),包括已經被刪除的commit記錄 ## 場景 ### 獲取整個記錄,但跳過合并 ``` > git log --no-merges commit ca82a6dff817ec66f44342007202690a93763949 Author: Scott Chacon <schacon@gee-mail.com> Date: Mon Mar 17 21:52:11 2008 -0700 changed the version number commit 085bb3bcb608e1e8451d4b2432f8ecbe6306e7e7 Author: Scott Chacon <schacon@gee-mail.com> Date: Sat Mar 15 16:40:33 2008 -0700 removed unnecessary test ``` ### 顯示最近三次的提交 ``` git log -3 ``` ### 一行顯示日志 ``` > git log --oneline 12e21605 [添加]遠程控制其他服務器的服務 8519d0e4 消息統計工具 - 兼容火狐 b7ee843e 增加群組大小配置項#78 3d9dcaef 添加 跨域是否可發送消息 1=僅可發送普通消息 0=可發送所有消息 4b915417 增加群組大小配置項#78 ``` ### 查詢指定作者的提交記錄 ``` git log --author=maxsu ``` ### 按時間查詢 ``` git log --before={2018-11-11} --after={2018-12-12} ``` ### 顯示文件修改記錄 ``` > git log --stat --oneline 12e21605 [添加]遠程控制其他服務器的服務 Application/Ms/Controller/ServerController.class.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 8519d0e4 消息統計工具 - 兼容火狐 Application/Api/Controller/MsgCountController.class.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) ``` ### 圖標顯示 ``` > git log --graph --oneline * 005a12e3 中心創建的群永遠是互聯群 * 8327274e Merge branch of http://192.168.0.40/bigant/web/ant_universal into |\ | * abfa8963 Merge remote-tracking branch 'origin/28' into 28 | |\ | * | e3d70bca 改下版本號5.2.24->5.2.26 * | | f0fc37d9 暫時解決 json 中編碼異常導致的 兩個key值相同的問題 * | | 79ba5ab3 解決web后臺在線統計i頁面,不顯示賬號的問題 | |/ |/| ``` ### 自定義 format ``` #選項 #說明 %H 提交對象(commit)的完整哈希字串 %h 提交對象的簡短哈希字串 %T 樹對象(tree)的完整哈希字串 %t 樹對象的簡短哈希字串 %P 父對象(parent)的完整哈希字串 %p 父對象的簡短哈希字串 %an 作者(author)的名字 %ae 作者的電子郵件地址 %ad 作者修訂日期(可以用 -date= 選項定制格式) %ar 作者修訂日期,按多久以前的方式顯示 %cn 提交者(committer)的名字 %ce 提交者的電子郵件地址 %cd 提交日期 %cr 提交日期,按多久以前的方式顯示 %s 提交說明 ``` 實例 ``` > # git log --pretty=format:"%an %ae %ad %cn %ce %cd %cr %s" 陳x杰 260083304@qq.com Thu Nov 12 14:34:04 2020 +0800 陳x杰 260083304@qq.com Thu Nov 12 14:34:04 2020 +0800 23 hours ago 分布配置添加后,自動推送到其他服務器-優化edgeconnection ``` ### 查看某個文件的日志 ``` > git log --oneline Application/Install/Controller/InstallController.class.php d07b3f3a 分布式 把 admin 等系統帳號前加區域id 9f995d94 安裝時,自動設置root_id 8f8f0a76 安裝時,自動設置root_id 822d6d8b 修改端口為3308 842dfa67 中心互聯 設置 端口為3308 3fa548f5 Initial commit ``` ### reflag 查看所有分支的日志 ``` > git reflog f6b7db5 HEAD@{0}: cherry-pick: New Userbook. 102a67b HEAD@{1}: checkout: moving from new_branch_name to for-upload b077c1e HEAD@{2}: checkout: moving from for-upload to new_branch_name 102a67b HEAD@{3}: checkout: moving from b077c1e5db8cf32cf42b201d211a340493348348 to for-upload b077c1e HEAD@{4}: commit (amend): New Userbook. 51ed395 HEAD@{5}: commit (amend): New Userbook. 1def615 HEAD@{6}: commit (amend): New Userbook. c1c3262 HEAD@{7}: reset: moving to HEAD~1 ```
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看