2014/06/11

git branch vs git repository remote

★何?
remoteで:、
 git branch

localで
 git remote
 ====>origin
で、git remote show origin
で、
    Fetch URL:
    Push URL
    HEAD branch
    Remote branches


==>
Your question doesn't make a whole lot of sense. Repositories always contain at least one branch, and you can't have a branch without a repository. So of course, a branch is smaller than a repository. The two aren't really comparable things.
==>repositoryの中で、ブランチがある。


★git push --delete <repository> <branchname>


★git remote set-url <name> <newurl>
登録済みのリモートリポジトリのアドレスを変更したい