摘要:
Exclude files git df branch1 branch2 --name-only ':!kernel/include' 阅读全文
posted @ 2023-04-16 11:45
shendawei
阅读(8)
评论(0)
推荐(0)
摘要:
# 1. Delete local branch git branch -d your-branch # -d: Safe option that will only delete the branch if it has already been merged. # Or git branch - 阅读全文
posted @ 2023-04-16 10:52
shendawei
阅读(36)
评论(0)
推荐(0)