Skip to content

Commit

Permalink
Merge pull request #78 from sefricke/patch-1
Browse files Browse the repository at this point in the history
Small typo fixes
  • Loading branch information
polarmutex authored Nov 7, 2023
2 parents d3f5215 + 8b22b70 commit 056f29c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ require("git-worktree").setup({

Three primary functions should cover your day-to-day.

The path can be either relative from the git root dir or absoulut path to the worktree.
The path can be either relative from the git root dir or absolute path to the worktree.

```lua
-- Creates a worktree. Requires the path, branch name, and the upstream
Expand Down Expand Up @@ -141,7 +141,7 @@ To bring up the telescope window to create a new worktree run the following
```lua
:lua require('telescope').extensions.git_worktree.create_git_worktree()
```
First a telescope git branch window will appear. Presing enter will choose the selected branch for the branch name. If no branch is selected, then the prompt will be used as the branch name.
First a telescope git branch window will appear. Pressing enter will choose the selected branch for the branch name. If no branch is selected, then the prompt will be used as the branch name.

After the git branch window, a prompt will be presented to enter the path name to write the worktree to.

Expand Down

0 comments on commit 056f29c

Please sign in to comment.