Git-How

Search

SearchSearch
      • Commit Staged Files
      • diff two commits
      • edit file
      • fetch
      • graph
      • open file
      • Point Your Branch Head at Any Arbitrary Commit
      • Preparing to Modify History
      • Pulling from Remote
      • Pushing Up to Remote
      • Reset
      • Staging all files, specific files, and specific lines
      • Status of Working Directory
          • Branch Checkout without Stashing Changes
          • Check out a branch, and destroy local changes
          • Checking out an Existing Branch
          • How to tell you are in a Detached State
          • Create a New Branch based off a Stash
          • Create a New Branch based on an Existing Branch
          • Create a New Branch based on commit SHA
        • delete a branch
        • Merge branch
        • Rebase over Main Branch
        • rename a branch
        • Best Practices
        • Writing a Good Commit Message
        • merge conflicts
        • Resolving Merge Conflicts
        • Too many conflicts after Rebasing
        • I give up.
        • Permanently Delete a File
        • Amend an old commit
        • Checking out a specific commit
        • committed a file that should be ignored
        • Make a change to Files on Last Commit
        • Reword a Commit message
        • Rewrite Last Commit Message
        • View details about a commit
          • edit lazygit configuration file
          • Recommended customizations
          • Discard all changes on a single file
          • Nuking Working Tree
          • Revert all uncommitted changes
          • bisect
          • custom command
          • git-alias
          • Open a pull request
          • switch to a recent git repo
          • worktrees
          • 1. Status Panel
          • 2. Files Panel
          • 3. Local Branches Panel
          • 4. Commits Panel
          • 5. Stash panel
          • Overview of Panels
        • Getting a Concise Summary of What Files Changed
        • Cherry Pick
        • Delete Code from Old Commits
        • fixup
        • Interactive Rebasing
        • rebase magic with patches
        • rebase with marked commits
        • Redistributing code from old commits
        • remove a file from a commit
        • Splitting a Commit
        • squash
        • The Autosquash workflow
        • Adding a new remote
        • Add files to Stash
        • Applying files from Stash
        • Delete a Stash
        • Popping files from Stash
        • Add Submodule
        • Change submodule URL
        • Remove submodule
        • Update a submodule
        • discard unstaged changes
        • reflog or undo
        • revert commit
    Home

    ❯

    tags

    ❯

    panel

    Tag: #panel/1

    4 items with this tag.

    • Mar 01, 2025

      1. Status Panel

      • #panel/1
    • Mar 01, 2025

      switch to a recent git repo

      • #panel/1
    • Mar 01, 2025

      edit lazygit configuration file

      • #panel/1
    • Mar 01, 2025

      graph

      • #panel/1
      • #panel/4
      • #screenshot

    Created with Quartz v4.1.4, © 2025

    • GitHub