• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

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


Commit MetaInfo

Révision0520e6e29fd4ea67569b315d1ebc3fa6cd28952b (tree)
l'heure2019-11-01 07:52:06
Auteurtakemasa <suikan@user...>
Commitertakemasa

Message de Log

Made git configure command be with global option

Change Summary

Modification

--- 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