Skip to content

Commit

Permalink
Update README for Git config functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
arbourd committed Apr 2, 2024
1 parent 8661ed3 commit 237d80b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@

## Usage

Set a `GETPATH` or use the default of `~/src`.
Set a `GETPATH` with `git config` or use the default of `~/src`

```console
$ git config --global get.path "~/src"
```

The environmental variable `$GETPATH` may also be set:

```shell
export GETPATH=~/src
Expand Down

0 comments on commit 237d80b

Please sign in to comment.