We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44bc81 commit a2c292aCopy full SHA for a2c292a
.gitignore
@@ -53,3 +53,5 @@ flycheck_*.el
53
/tramp
54
/transient/
55
/var/
56
+
57
+librime/
sync-upstream.sh
@@ -0,0 +1,10 @@
1
+#!/usr/bin/env bash
2
3
+# 设置上游库
4
+git remote add upstream https://github.com/doomemacs/doomemacs.git
5
6
+# 禁止向上游push
7
+git remote set-url --push upstream DISABLE
8
9
+git fetch upstream
10
+git merge upstream/master
0 commit comments