git 笔记

新安装时的配置:

git config --global user.name taroxd
git config --global user.email taroxd@outlook.com
git config --global core.excludesfile ~/.gitignore
git config --global core.quotepath false
git config --global core.autocrlf input
# git config --global core.editor "subl --wait"
git config --global push.default simple
git config --global credential.helper wincred
git config --global credential.modalprompt false
# git config --global credential.helper store
# git config --global credential.helper 'cache --timeout 100000000'
git config --global pull.rebase true
# git config --global branch.autosetuprebase always
git config --global rebase.autoStash true
# git config --global commit.gpgsign true
# git config --global http.https://github.com.proxy socks5h://127.0.0.1:1080

彻底删除文件:

git filter-branch --force --index-filter "git rm -r --cached --ignore-unmatch path/to/your/file" --prune-empty --tag-name-filter cat -- --all
Angel Beats! 似乎要有动静

アニプレックスとKeyによる新プロジェクトを大発表!
さらに5周年を迎えるAngel Beats!の新情報なども発表いたします。
15周年を迎えるKeyの新たなるスタートをお見逃しなく!!

主页:
http://aniplex-key1222event.com/

生放送:
http://live.nicovideo.jp/watch/lv202205367

Angel Beats 官网:
http://www.angelbeats.jp/

结果直播那天要上学,真是残念啊……:persevere:
奏ちゃん最高!


Angel Beats! 游戏 2015.05.29 发售
Angel Beats! BD-BOX 2015.06.24 发售
收录特别篇2 「Hell’s Kitchen」

还算不错的消息。
算是高考之后的福利么~ :kissing_heart:

(以上内容追加于 2014.12.26)

RPGVXAce 不同版本的共存

通过下面的方法,可以将 66RPG 的汉化版与 Steam 上的英文正版放在同一个文件夹内。

  1. 将汉化版的 RPGVXAce.exe 和 RPGVXAce.chm 复制到 steam 安装文件夹。(可以考虑重命名)

  2. 将 VLGothic 文件夹中的文件、RPGVXAceJPN.dll、RGSS300.dll 和上面两个文件复制到 Steam 安装文件夹内。
    尤其不要忘了 VLGothic 文件夹中的字体。

  3. 重设快捷方式与关联。设置关联的方式可以参考这里