Last active
December 12, 2015 04:09
-
-
Save relax-more/4712637 to your computer and use it in GitHub Desktop.
[git] 引数無しのpush でめんどくさい事になったのでメモ。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git config --global push.default simple | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
■ 引数なしのgit pushは危険なので気をつけましょう | |
http://dqn.sakusakutto.jp/2012/10/git_push.html | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment