# Summary
[Introduction](introduction.md)
# Getting Started
- [Installation](installation.md)
- [Shell Setup](shell-setup.md)
# Guides
- [Tutorial](guides/tutorial.md)
- [Amending a Past Commit](guides/amending.md)
- [Fixing Up a Commit](guides/fixup.md)
- [Splitting a Commit](guides/splitting.md)
- [Moving a Commit Between Branches](guides/moving-commits.md)
- [Moving Files Between Commits](guides/moving-files.md)
- [Uncommitting Changes](guides/uncommitting.md)
- [Auto-absorbing Changes](guides/absorbing.md)
- [Selecting Hunks with -p](guides/hunk-selection.md)
- [Pushing for Review](guides/pushing.md)
- [Resolving Conflicts](guides/conflict-resolution.md)
# Commands
- [Overview](commands/README.md)
- [init](commands/init.md)
- [update](commands/update.md)
- [push](commands/push.md)
- [add](commands/add.md)
- [commit](commands/commit.md)
- [fold](commands/fold.md)
- [absorb](commands/absorb.md)
- [split](commands/split.md)
- [swap](commands/swap.md)
- [reword](commands/reword.md)
- [drop](commands/drop.md)
- [branch](commands/branch.md)
- [switch](commands/switch.md)
- [status](commands/status.md)
- [show](commands/show.md)
- [diff](commands/diff.md)
- [trace](commands/trace.md)
- [continue](commands/continue.md)
- [abort](commands/abort.md)
# Reference
- [Configuration](configuration.md)