Skip to content

Commit a2c292a

Browse files
author
vinurs
committed
feat: update ignore files
1 parent c44bc81 commit a2c292a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ flycheck_*.el
5353
/tramp
5454
/transient/
5555
/var/
56+
57+
librime/

sync-upstream.sh

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)