Autoplay
Autocomplete
Previous Lesson
Complete and Continue
7-1-5-GitEpisode5(第5篇)-Rebase、Revert、InsertCommit、UpdateCommit、DeleteCommit
關於本課程
FAQ-Handout,SampleCode(常見問題-講義、範例程式碼)
(P0)Git(1to8)(版控神器)(眉角學程) (4:20)
(P4)Git課程使用說明書 (29:23)
(P5-1)整個學程簡介 (51:22)
(P5-2)GitEpisode1(第1篇)-Stage、Commit (7:28)
(P5-3)GitEpisode2(第2篇)-Branch、Merge (7:05)
(P5-4)GitEpisode3(第3篇)-LocalBranch、RemoteTrackingBranch、RemoteBranch、AnnotatedTag、LightweightTag (19:20)
(P5-5)GitEpisode4(第4篇)-Diff、Patch、GitIgnore、Stash、WorkTree、GitBlame、GitShow、GitBundle (14:53)
(P5-6)GitEpisode5(第5篇)-Rebase、Revert、InsertCommit、UpdateCommit、DeleteCommit (16:37)
(P5-7)GitEpisode6(第6篇)-BackUp GitConfig、GitHook、Jest、PreCommit、Husky、Eslint、EslintConfig、LintStaged (18:15)
(P5-8)GitEpisode7(第7篇)-GitObject、Blob、Tree、Commit、Tag、Compress、ShrinkRepository (23:28)
(P5-9)GitEpisode8(第8篇)-GitHub、(Centralized、FeatureBranch、Forking、GitFlow)Workflow (17:02)
(P5-10)Git(版控神器)CrashCourse(速成班) (12:32)
Reset刪除多個Commit。Rebase刪除單一Commit
(T31-1)Tutorial簡介 (5:08)
(T31-2)SourceTree的前置準備 (31:59)
(T31-3)SourceTree刪除多個Commit,(Soft、Mixed、Hard)ResetToCommit。git reset CommitId --soft、--mixed、--hard (12:33)
(T31-4)SourceTree刪除一個Commit,RebaseCommItInteractively。git rebase -i、--interactive CommitId (28:31)
(T31-5)GitBash刪除多個Commit,(Soft、Mixed、Hard)ResetToCommit。git reset CommitId --soft、--mixed、--hard (19:11)
(T31-6)GitBash刪除一個Commit,RebaseCommItInteractively。git rebase -i、--interactive CommitId (33:42)
(T31-7)複習GitCommand和我的個人建議 (16:36)
復原DeletedCommit、DeletedFile、DeletedFolder(刪除的提交、刪除的檔案、刪除的資料夾)
(T32-1)Tutorial簡介 (3:48)
(T32-2)SourceTree的前置準備 (10:49)
(T32-3)GitBash的復原DeletedFile(被刪除的檔案) (5:13)
(T32-4)GitBash的復原DeletedFolder(被刪除的資料夾) (5:51)
(T32-5)GitBash的復原DeletedCommit(被刪除的提交) (9:47)
(T32-6)複習GitCommand和我的個人建議 (12:57)
SourceTree的RevertCommit(復原提交)、RevertHunk(復原部分)、GitBash的RevertCommit(復原提交)
(T33-1)Tutorial簡介 (13:57)
(T33-2)SourceTree的前置準備 (15:23)
(T33-3)SourceTree的RevertCommit (12:46)
(T33-4)SourceTree的RevertHunk (8:54)
(T33-5)GitBash的RevertCommit (26:08)
(T33-6)複習GitCommand和我的個人建議 (15:10)
更改任意一個CommitMessage(提交訊息)
(T34-1)Tutorial簡介 (12:18)
(T34-2)SourceTree的前置準備 (15:27)
(T34-3)SourceTree的EditAnyCommitMessage;Push之後復原Rebase (32:31)
(T34-4)GitBash的EditAnyCommitMessage(更改任意提交訊息) (21:37)
(T34-5)GitBash的Push之後復原Rebase (16:03)
(T34-6)複習GitCommand和我的個人建議 (7:48)
EditLastCommit(編輯最新提交)
(T35-1)Tutorial簡介 (8:38)
(T35-2)SourceTree的前置準備 (16:16)
(T35-3)SourceTree的EditLastCommit(編輯最新的提交) (6:36)
(T35-4)SourceTree的Push之後復原Rebase (9:47)
(T35-5)GitBash的EditLastCommit(編輯最新的提交) (11:11)
(T35-6)GitBash的Push之後復原Rebase (9:34)
(T35-7)複習GitCommand和我的個人建議 (7:08)
EditAnyCommit(編輯任一提交)
(T36-1)Tutorial簡介 (6:49)
(T36-2)SourceTree的前置準備 (10:43)
(T36-3)GitBash的EditAnyCommit(編輯任一提交) (9:22)
(T36-4)GitBash的EditAnyCommit(編輯任一提交),解決Conflict(衝突) (27:10)
(T36-5)GitBash的Push之後復原Rebase (12:23)
(T36-6)複習GitCommand和我的個人建議 (7:14)
InsertCommitAfterAnyCommit(插入提交到任一提交之後)
(T37-1)Tutorial簡介 (8:46)
(T37-2)SourceTree的前置準備 (9:55)
(T37-3)GitBash的InsertCommitAfterAnyCommit(插入提交到任一提交之後) (8:32)
(T37-4)GitBash的InsertCommitAfterAnyCommit(插入提交到任一提交之後),解決Conflict(衝突) (22:15)
(T37-5)GitBash的Push之後復原Rebase (16:35)
(T37-6)複習GitCommand和我的個人建議 (10:42)
ReorderCommits(更改提交順序)
(T38-1)Tutorial簡介 (2:49)
(T38-2)SourceTree的前置準備 (13:29)
(T38-3)SourceTree的ReorderCommits(更改提交順序),GitBash的Push之後復原Rebase (12:38)
(T38-4)GitBash的ReorderCommits(更改提交順序) (4:57)
(T38-5)GitBash的ReorderCommits(更改提交順序),解決Conflict(衝突) (18:51)
(T38-6)GitBash的Push之後復原Rebase (11:39)
(T38-7)複習GitCommand和我的個人建議 (9:42)
SquashCommits(合併提交)
(T39-1)Tutorial簡介 (4:36)
(T39-2)SourceTree的前置準備 (11:49)
(T39-3)SourceTree的SquashCommits(合併提交) (8:39)
(T39-4)SourceTree的Push之後復原Rebase (9:58)
(T39-5)GitBash的SquashCommits(合併提交) (11:35)
(T39-6)GitBash的Push之後復原Rebase (8:00)
(T39-7)複習GitCommand和我的個人建議 (13:27)
RebaseBranch(重設分支起點)
(T40-1)Tutorial簡介 (10:44)
(T40-2)關於RebaseBranch (13:56)
(T40-3)SourceTree的前置準備 (31:57)
(T40-4)SourceTree的RebaseBranch(重設分支起點) (7:46)
(T40-5)SourceTree的RebaseBranch(重設分支起點),解決Conflict(衝突) (11:03)
(T40-6)SourceTree的Push之後復原Rebase (12:08)
(T40-7)GitBash的RebaseBranch(重設分支起點) (4:30)
(T40-8)GitBash的RebaseBranch(重設分支起點),解決Conflict(衝突) (8:26)
(T40-9)GitBash的Push之後復原Rebase (8:13)
(T40-10)複習GitCommand和我的個人建議 (7:21)
課程評價
課程評價
(T33-3)SourceTree的RevertCommit
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock