• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

テスト用のあれこれ共用フォルダ


Commit MetaInfo

修訂0520e6e29fd4ea67569b315d1ebc3fa6cd28952b (tree)
時間2019-11-01 07:52:06
作者takemasa <suikan@user...>
Commitertakemasa

Log Message

Made git configure command be with global option

Change Summary

差異

--- a/script/configure-github-global
+++ b/script/configure-github-global
@@ -3,7 +3,7 @@
33 # configure git
44 echo "configure git variables user.name and user.email"
55
6-git config --local user.email 26223147+suikan4github@users.noreply.github.com
7-git config --local user.name Suikan
8-git config --local push.default simple
6+git config --global user.email 26223147+suikan4github@users.noreply.github.com
7+git config --global user.name Suikan
8+git config --global push.default simple
99