目前分類:Git教學 (73)

瀏覽方式: 標題列表 簡短摘要
發表時間 文章標題 人氣 留言
2018-09-17 【Git教學】0025 0 「git branch」,取得本地所有的分支名稱,米字號指向目前的工作目錄 (7) (0)
2018-09-17 【Git教學】0021 0 「git log --pretty=oneline」,取得較為精簡的歷史紀錄,該分支的所有版本記錄 (3) (0)
2018-09-17 【Git教學】0020 0 「git cat-file -p 73649823e645a0bf1c801e3cbc168af1f1425508」,查詢某個tree物件底下還有哪些tree或blob (0) (0)
2018-09-17 【Git教學】0019 0 「git cat-file -p master」,查詢目前最新commit,包含了哪些東西 (11) (0)
2018-09-17 【Git教學】0018 0 「git hash-object a.txt」,看某個檔案的hash是怎麼產生的? (2) (0)
2018-09-17 【Git教學】0016 0 什麼是blob?就是檔案的內容 (0) (0)
2018-09-17 【Git教學】0017 0 「git init」,如何建立respository (1) (0)
2018-09-17 【Git教學】0022 0 「git log --pretty=oneline --abbrev-commit」,僅輸出部分的「絕對名稱」 (2) (0)
2018-09-17 【Git教學】0024 0 「git show xxxx」,取得該版本的變更紀錄 (0) (0)
2018-09-17 【Git教學】0023 0 「git cat-file -p xxxx」,取得該commit物件的內容 (7) (0)
2018-08-31 【Git教學】0032 0 「git config --list」看git的設定檔 (3) (0)
2018-08-31 【Git教學】0031 0 分支的心裏os (0) (0)
2018-08-31 【Git教學】0029 0 「git checkout phase1」,切換分支 (0) (0)
2018-08-31 【Git教學】0028 0 什麼是目前的工作目錄? (5) (0)
2018-08-31 【Git教學】0027 0 「git branch xxx」建立分支,目前工作目錄維持在自己的分支,新增分支、新建分支 (0) (0)
2018-08-31 【Git教學】0026 0 本地分支、遠端分支、標籤的目錄 (0) (0)
2018-08-31 【Git教學】0030 0 「git branch -d」,刪除分支 (1) (0)
2018-08-31 【Git教學】0036 0 「git commit -a -m 'xxxx'」,不用先add,就直接commit (1) (0)
2018-08-31 【Git教學】0034 0 什麼是commit物件? (1) (0)
2018-08-31 【Git教學】0033 0 什麼是tree物件? (0) (0)
2018-08-31 【Git教學】0035 0 tag是做什麼用的? (0) (0)
2018-08-29 【Git教學】0037 0 「git branch -r」,列出遠端所有的分支 (0) (0)
2018-08-29 【Git教學】0038 0 「git branch -a」,列出所有的分支 (0) (0)
2018-08-27 【Git教學】0043 0 「git clone」與灌穿防火牆,走指定的port的方法 (39) (0)
2018-08-27 【Git教學】0042 0 gitlab出現「Validate branches Cannot Create This merge request already exists」的解決方法 (190) (0)
2018-08-27 【Git教學】0041 0 fetch是什麼? (4) (0)
2018-08-27 【Git教學】0040 0 「git merge phase1」,合併分支 (0) (0)
2018-08-27 【Git教學】0039 0 「git branch -m old_name new_name」,分支更名 (0) (0)
2018-08-27 【Git教學】0044 0 crm,clone時,切到phase2分支的步驟 (0) (0)
2018-08-27 【Git教學】0047 0 CONFLICT,衝突的解決辦法 (2) (0)
2018-08-27 【Git教學】0046 0 「git show cf5d092」,查看某一次commit了哪些檔案 (1) (0)
2018-08-27 【Git教學】0045 0 出現「error Your local changes to the following files would be overwritten by merge」解決方法 (21) (0)
2018-08-27 【Git教學】0048 0 「git log --oneline」,看git log的簡易模式 (1) (0)
2018-08-26 【Git教學】0052 0 「git tag」,查看所有的tag版本 (0) (0)
2018-08-26 【Git教學】0051 0 「git checkout -b feature」建立分支、同時切換分支的指令 (0) (0)
2018-08-26 【Git教學】0050 0 將檔案從儲存庫(Repo)返回工作目錄(WD),「git reset --hard f56ac9」 (1) (0)
2018-08-26 【Git教學】0049 0 我「git add」之後,要反悔,怎麼反悔?「git reset」即可,或「git rm --cached c.txt」 (122) (0)
2018-08-25 【Git教學】0071 0 gitlab,如何增加使用者user (1) (0)
2018-08-25 【Git教學】0070 0 git tag add增加的指令 (0) (0)
2018-08-25 【Git教學】0069 0 gitlab,怎麼改hostname,就是改donaim (5) (0)
2018-08-25 【Git教學】0068 0 gitlab為什麼沒有fork按鈕? (0) (0)
2018-08-25 【Git教學】0067 0 gitlab安裝 (0) (0)
2018-08-25 【Git教學】0066 0 git 設定commit編寫的subject、message的範本格式,template (0) (0)
2018-08-25 【Git教學】0061 0 gitlab安裝方法 (0) (0)
2018-08-25 【Git教學】0060 0 出現「is unmerged」怎麼解決? (0) (0)
2018-08-25 【Git教學】0059 0 github,自定短網址的方法 (1) (0)
2018-08-25 【Git教學】0058 0 github,建立連線的第1次做法 (0) (0)
2018-08-25 【Git教學】0053 0 「git checkout v1.1.9.1r」,更新至某一個tag版本 (2) (0)
2018-08-25 【Git教學】0057 0 git停止追蹤的方法 (2) (0)
2018-08-25 【Git教學】0056 0 git 設定gitignore (52) (0)
1 2