Last active 1 month ago

Git Alias to Merge Main into Current Branch

gaiety's Avatar gaiety revised this gist 1 month ago. Go to revision

1 file changed, 2 insertions

.gitconfig(file created)

@@ -0,0 +1,2 @@
1 + [alias]
2 + update = "!update() { git fetch && git merge main --no-edit; }; update"
Newer Older