Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
Enable interactive.singleKey
Browse files Browse the repository at this point in the history
Allow single key answers (no need to hit Enter) when using
git add -p

See #93
  • Loading branch information
salcode committed Dec 3, 2018
1 parent b1668b5 commit 5dbf33e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Add alias `git branch-delete-merged` / `gbdm` to delete local branches already merged into current branch
- Add configuration value `interactive.singleKey` set to true, to allow single key answers (no need to hit Enter) when using `git add -p`

## [1.5.0] - 2018-10-30
### Added
Expand Down
3 changes: 3 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
[core]
excludesfile = ~/ironcode-git-enhancements/global-gitignore

[interactive]
singleKey = true

[alias]
#########################
# BEGIN: Helper Aliases #
Expand Down

0 comments on commit 5dbf33e

Please sign in to comment.