diff options
| author | Mathias Magnusson <mathias@magnusson.space> | 2025-09-26 09:28:18 +0200 |
|---|---|---|
| committer | Mathias Magnusson <mathias@magnusson.space> | 2025-09-26 09:28:18 +0200 |
| commit | dd54c6149d62ca915c72f3ddcdd36c8a7912084a (patch) | |
| tree | 40be58f9f832d3410e30722d60be5782c462bacb | |
| parent | 9dd02632c37a3504e8eaeb7b20600a1458886a90 (diff) | |
| download | sleipner-dd54c6149d62ca915c72f3ddcdd36c8a7912084a.tar.gz | |
git: config pull.rebase = true
| -rw-r--r-- | dot-config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot-config/git/config b/dot-config/git/config index 7a16e2f..441c814 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -5,3 +5,5 @@ [user] email = mathias@magnusson.space name = Mathias Magnusson +[pull] + rebase = true |
