Ченю push
This commit is contained in:
parent
ea9902ef74
commit
a89c0309ad
|
@ -166,7 +166,7 @@ namespace eval Git {
|
||||||
}
|
}
|
||||||
proc Push {url} {
|
proc Push {url} {
|
||||||
global cfgVariables activeProject gitUser gitPassword
|
global cfgVariables activeProject gitUser gitPassword
|
||||||
# set cmd exec
|
set cmd exec
|
||||||
lappend cmd "$cfgVariables(gitCommand)"
|
lappend cmd "$cfgVariables(gitCommand)"
|
||||||
cd $activeProject
|
cd $activeProject
|
||||||
lappend cmd "push"
|
lappend cmd "push"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user