mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 22:54:59 +08:00
4 lines
143 B
Fish
4 lines
143 B
Fish
# Defined in - @ line 1
|
|
function gc --description 'alias gc git config credential.helper store'
|
|
git config credential.helper store $argv;
|
|
end
|