提交 b90da51e 创建 作者: 宋海霞's avatar 宋海霞

提交作业

上级 5825adbb
......@@ -32,9 +32,12 @@ if __name__ == "__main__":
config = configparser.ConfigParser()
config.read('D:\\work\\practice\\test-vscode-cpp-win2\\.git\\config', encoding='UTF-8')
print("=============================================")
print('get:' ,' ' , config.get('remote \"origin\"', 'url'))
origin_url = config.get('remote \"origin\"', 'url')
print('get:' ,' ' , origin_url)
pipelines_url = config.get('remote \"origin\"', 'url').replace(".git", "/pipelines")
print('get:' ,' ' , pipelines_url)
print("=========================================")
webbrowser.open("http://www.codecode.net")
webbrowser.open(pipelines_url)
execResult = os.system("git config credential.helper \"\" && git add . && git commit -m \"提交作业\"")
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论