'How to clear/reset git config commit.gpgsign to true

Hello Im trying to set true to git gpg config, but it have 2 values how do i remove the false value ?

abc@abc-ltmzmtx abc % git config --global commit.gpgsign true
abc@abc-ltmzmtx abc % git config --list | grep gpg           
commit.gpgsign=true
commit.gpgsign=false


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source