bonerfix
parent
cf945dda0c
commit
3f12ef8530
|
@ -3,16 +3,16 @@
|
||||||
# SPDX-License-Identifier: GPL-3.0-only
|
# SPDX-License-Identifier: GPL-3.0-only
|
||||||
|
|
||||||
Set_placeholder(){
|
Set_placeholder(){
|
||||||
git config user.name || git config user.name 'osbmkplaceholder'
|
git config user.name || git config user.name 'lbmkplaceholder'
|
||||||
git config user.email || git config user.email 'placeholder@osbmkplaceholder.com'
|
git config user.email || git config user.email 'placeholder@lbmkplaceholder.com'
|
||||||
}
|
}
|
||||||
|
|
||||||
Clean(){
|
Clean(){
|
||||||
if [ "$(git config user.name)" = "osbmkplaceholder" ]; then
|
if [ "$(git config user.name)" = "lbmkplaceholder" ]; then
|
||||||
git config --unset user.name
|
git config --unset user.name
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$(git config user.email)" = "placeholder@osbmkplaceholder.com" ]; then
|
if [ "$(git config user.email)" = "placeholder@lbmkplaceholder.com" ]; then
|
||||||
git config --unset user.email
|
git config --unset user.email
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue