To list only local branches in Git, you can simply use the command that displays all branches within your current repository. This will show you a list of branches that exist locally, not including any remote branches. If you need more details, such as the most recent commit on each branch, you can use an extended version of the command for additional information.