Skip to content

Commit

Permalink
skel: .gitconfig: use rebase mode by default for git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Jan 5, 2022
1 parent 9faf401 commit b8686a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
## [v3.0.0](https://gitlab.com/nodiscc/dlc/releases/tag/3.0.1) - UNRELEASED

### Changed
- defaults/skel: `.gitconfig`: remember git HTTP credentials
- defaults/skel: `.gitconfig`: remember git HTTP credentials, use rebase mode by default for `git pull`


## [v3.0.0](https://gitlab.com/nodiscc/dlc/releases/tag/3.0.0) - 2021-10-28
Expand Down
2 changes: 2 additions & 0 deletions config/includes.chroot/etc/skel/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
thanks = shortlog -sne
[credential]
helper = store
[pull]
rebase = true

# force GPG signing of all commits and tags
#[commit]
Expand Down

0 comments on commit b8686a8

Please sign in to comment.