Git-How
Search
Search
Search
Light mode
Dark mode
Explorer
basics
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
branches
checkout
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-new
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
collaborating
Best Practices
Writing a Good Commit Message
conflict
merge conflicts
Resolving Merge Conflicts
Too many conflicts after Rebasing
danger
I give up.
Permanently Delete a File
last-commit
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
lazygit
config
edit lazygit configuration file
Recommended customizations
destroy
Discard all changes on a single file
Nuking Working Tree
Revert all uncommitted changes
misc
bisect
custom command
git-alias
Open a pull request
switch to a recent git repo
worktrees
panels
1. Status Panel
2. Files Panel
3. Local Branches Panel
4. Commits Panel
5. Stash panel
Overview of Panels
pretty-print
Getting a Concise Summary of What Files Changed
rebase
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
remote
Adding a new remote
stash
Add files to Stash
Applying files from Stash
Delete a Stash
Popping files from Stash
submodule
Add Submodule
Change submodule URL
Remove submodule
Update a submodule
undo
discard unstaged changes
reflog or undo
revert commit
Home
❯
lazygit
❯
misc
Folder: lazygit/misc
6 items under this folder.
Feb 07, 2024
worktrees
#panel
#fix/audit
Feb 07, 2024
switch to a recent git repo
#panel/1
Feb 07, 2024
git-alias
#fix/audit
Feb 07, 2024
custom command
#panel
#fix/audit
Feb 07, 2024
bisect
#panel/4
#fix/audit
Feb 07, 2024
Open a pull request
#panel/4
#fix/audit