We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fc6eb commit 0dc1f98Copy full SHA for 0dc1f98
justfile
@@ -137,3 +137,6 @@ clear-branches:
137
138
reset-git:
139
git checkout main && git pull && pnpm run clear-branches
140
+
141
+merge-main:
142
+ git fetch origin main:main && git merge main
0 commit comments