removed unneeded local variables
This commit is contained in:
parent
c842184f95
commit
db0900c37e
1 changed files with 0 additions and 6 deletions
|
@ -398,12 +398,6 @@ setup-alias() {
|
||||||
#
|
#
|
||||||
# $> gwip 'files and folders' 'commit message'
|
# $> gwip 'files and folders' 'commit message'
|
||||||
gwip() {
|
gwip() {
|
||||||
local BOLD GREEN YELLOW NC
|
|
||||||
BOLD='\e[1m'
|
|
||||||
GREEN='\e[92m'
|
|
||||||
YELLOW='\e[93m'
|
|
||||||
NC='\e[1m'
|
|
||||||
|
|
||||||
# Fetch the latest changes from the remote
|
# Fetch the latest changes from the remote
|
||||||
git fetch
|
git fetch
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue