Commit b13f2408 by sikang

update

parent 1ca9cc6d
...@@ -95,7 +95,7 @@ class Shell: ...@@ -95,7 +95,7 @@ class Shell:
#reset project #reset project
def reset_project(self,config): def reset_project(self,config):
command = "%s\n%s\n%s\n%s\n%s\n" \ command = "%s\n%s\n%s\n%s\n%s\n%s\n" \
% ( % (
"cd %s" % config['root'], "cd %s" % config['root'],
"git checkout . && git clean -df", "git checkout . && git clean -df",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment