gaiety / Git Alias - Merge latest main

0 likes
0 forks
1 files
Last active 1 month ago
Git Alias to Merge Main into Current Branch
1 [alias]
2 update = "!update() { git fetch && git merge main --no-edit; }; update"
Newer Older