テスト用のあれこれ共用フォルダ
Revision | 167ae24ffb747d3224e03086ded7ed92ad945ba1 (tree) |
---|---|
Time | 2019-11-01 07:44:28 |
Author | takemasa <suikan@user...> |
Commiter | takemasa |
Update script and kicad submodule
@@ -1 +1 @@ | ||
1 | -Subproject commit 420791c3a00322f77ebd9cd00bf356bcd4a85606 | |
1 | +Subproject commit 0ec3e2d93ff93f829a9b05da7051c7c0b9ef012a |
@@ -0,0 +1,9 @@ | ||
1 | +#!/bin/bash | |
2 | + | |
3 | +# configure git | |
4 | +echo "configure git variables user.name and user.email" | |
5 | + | |
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 | |
9 | + |