Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Git Advanced Commands

Header Image

  1. Searching for a commit
    • The article covers how to search for a specific commit in a pirate-themed Git repository using the git log and git bisect commands.
  2. Diffing two commits
    • This article covers the basics of using the git diff command to view the difference between two different commits in a Git repository, along with code examples and instructions for usage.
  3. Blaming a commit
    • This article covers how to use the git blame command to find who made changes in a specific commit.
  4. Bisecting a commit
    • This article covers the use of Git bisect command to identify the commit that introduced a bug or issue in a codebase, with humorous pirate-themed storytelling elements incorporated.
  5. Diffing two files
    • The article covers the usage of git diff command for viewing the difference between two different files in Git, with an imaginative storytelling approach, humor and code examples.

Table of contents