ローカルリポジトリを作成し、いろいろコミットした後に、別に新しくリモートリポジトリを作成しそれにpushしたら、「Git Synchronization」ダイアログの「Remoto URL」に「origin」が出現するが、このoriginには設定が記述されていないバグがある模様。 そのままpushしても以下のようなエラーが出る fatal: The remote end hung up unexpectedly git.exe push "origin" BranchTest1 fatal: 'origin' does not appear to be a git repository fatal: The remote end hung up unexpectedly 「Manage」ボタンできちんとoriginを作成すると成功するようになる。 ■ ブランチの作成 branchコマンドに