かずきのBlog@hatena

すきな言語は C# + XAML の組み合わせ。Azure Functions も好き。最近は Go 言語勉強中。日本マイクロソフトで働いていますが、ここに書いていることは個人的なメモなので会社の公式見解ではありません。

2016-09-19から1日間の記事一覧

gitで複数リポジトリに同時にプッシュしたい

そんなときもありますよね?ということで先人がいました。 stackoverflow.com >mkdir sample >git init >git remote add all https://github.com/runceel/test1.git でリモートを追加 >git remote -v all https://github.com/runceel/test1.git (fetch) all …