diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-05-03 09:16:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-05-03 09:16:38 +0000 |
commit | 9c4b870e75ec43120e43968462515790e646de10 (patch) | |
tree | d8f80fcf7014fc01bd7f79a32e7e348aa68660ff /README.md | |
parent | Releasing debian version 0.16.2-2. (diff) | |
download | gita-9c4b870e75ec43120e43968462515790e646de10.tar.xz gita-9c4b870e75ec43120e43968462515790e646de10.zip |
Merging upstream version 0.16.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -128,8 +128,8 @@ If more than one repos are specified, the `git` command runs asynchronously, with the exception of `log`, `difftool` and `mergetool`, which require non-trivial user input. -Repo configuration is saved in `$XDG_CONFIG_HOME/gita/repos.csv` -(most likely `~/.config/gita/repos.csv`). +Repo configuration global is saved in `$XDG_CONFIG_HOME/gita/repos.csv` +(most likely `~/.config/gita/repos.csv`) or if you prefered at project configuration add environment variable `GITA_PROJECT_HOME`. ## Installation |