Last active 1 month ago

Git Alias to Merge Main into Current Branch

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