diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-04 19:26:37 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-04 19:26:37 +0900 |
| commit | 5ef9ab4ac146adcdf0b94d819ac535107c386409 (patch) | |
| tree | e57771f439b576d9bd2e67fa4d47f06d6f6dabd8 /.config | |
| parent | abebde803740ecd342ca649eb6fb33915a8e34fe (diff) | |
| download | dotfiles-5ef9ab4ac146adcdf0b94d819ac535107c386409.tar.gz dotfiles-5ef9ab4ac146adcdf0b94d819ac535107c386409.tar.zst dotfiles-5ef9ab4ac146adcdf0b94d819ac535107c386409.zip | |
git: set false to advice.skippedcherrypicks
Diffstat (limited to '.config')
| -rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 56dfc7b..c5d639d 100644 --- a/.config/git/config +++ b/.config/git/config @@ -5,6 +5,7 @@ [advice] detachedhead = false + skippedcherrypicks = false [help] autocorrect = prompt |
