Last active 3 months ago

Git Alias to Merge Main into Current Branch

gaiety's Avatar gaiety revised this gist 3 months 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