update
This commit is contained in:
11
2025.02.19_check_repository_to_commit/check_repository.py
Normal file
11
2025.02.19_check_repository_to_commit/check_repository.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import guan
|
||||
|
||||
# 在某个目录中寻找所有 Git 项目
|
||||
git_repository_array = guan.find_git_repositories('D:/data')
|
||||
guan.print_array(git_repository_array)
|
||||
print('\n---\n')
|
||||
|
||||
# 获取未 git commit 的 Git 项目
|
||||
git_repository_array_to_commit = guan.get_git_repositories_to_commit(git_repository_array)
|
||||
guan.print_array(git_repository_array_to_commit)
|
||||
print('\n---\n')
|
@@ -1,7 +1,7 @@
|
||||
import guan
|
||||
|
||||
# 在某个目录中寻找所有 Git 项目
|
||||
git_repository_array = guan.find_git_repositories('D:/')
|
||||
git_repository_array = guan.find_git_repositories('D:/data')
|
||||
guan.print_array(git_repository_array)
|
||||
print('\n---\n')
|
||||
|
Reference in New Issue
Block a user