Skip to content

Commit

Permalink
modified the filename from txt to md
Browse files Browse the repository at this point in the history
  • Loading branch information
billy3321 committed Dec 6, 2016
1 parent b562e66 commit bfafe7c
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

## 如何連署?

請在signatures資料夾裡面新增新的檔案,檔案命名原則為signed_by_${USERNAME}.txt,您可以在裡面寫入各種支持同婚的文字,或使用根目錄的template.txt也是可以的。(所以要請fork, git pull, git commit, git push 然後再發Pull Request)
請在signatures資料夾裡面新增新的檔案,檔案命名原則為signed_by_${USERNAME}.md,您可以在裡面寫入各種支持同婚的文字,或使用根目錄的template.txt也是可以的。(所以要請fork, git pull, git commit, git push 然後再發Pull Request)

若您懶得下這些命令,fork與clone以後,請在新增檔案後,執行:

./sign.sh signatures/signed_by_${USERNAME}.txt
./sign.sh signatures/signed_by_${USERNAME}.md

並輸入您認為適合的commit message即可。

Expand Down
4 changes: 2 additions & 2 deletions sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
# set -o xtrace

# This is a file use to sign. Please input file as parameter.
# Usage: ./sign.sh signed_by_${USERNAME}.txt
# Usage: ./sign.sh signed_by_${USERNAME}.md

pushd $(dirname $0)
REPO=$(cat .git/config | grep "[email protected]" | cut -f 2 -d ':' | sed s/\.git//)

git pull
git remote add upstream https://github.com/RainbowEngineer/taiwan_love_wins.git
git remote add upstream https://github.com/RainbowEngineer/taiwan_love_wins.git 2> /dev/null
git fetch upstream
git merge upstream/master
git push
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion template.txt → template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#我是資訊人,我支持婚姻平權
# 我是資訊人,我支持婚姻平權

我相信,在愛之前,大家都是平等的。

Expand Down

0 comments on commit bfafe7c

Please sign in to comment.