最后活跃于 1 year ago

Git Alias to Merge Main into Current Branch

.gitconfig 原始文件
1[alias]
2 update = "!update() { git fetch && git merge main --no-edit; }; update"