ok-engineering.net
  • タグ: Gitブランチ削除

    検索結果: 1件

    article-thumbnail

    Gitブランチ削除方法

    【概要】Gitのlocalとremoteのブランチ削除方法まとめ。【詳細】1. ローカルブランチ削除・構文 git branch -d ブランチ名 ・例文 git branch -d feature/testDocumentFactoryService 2. マージしていないローカルブランチの削除「git add .」と「git commit」までしているが、masterブランチへのmergeはまだ行なっていない時の方法。・構文 git branch -D ブランチ名 ・例文 git branch -D feature/testDocumentFactoryService 3. リモートブランチ削除・構文 git push --delete origin ブランチ名 ・例文 git push --delete origin feature/testDocumentFactoryService

    カテゴリ: Git 2020-05-06 04:30:20
    カテゴリ一覧
    1. CentOS23posts
    2. mac15posts
    3. MySQL12posts
    4. Nuxt.js11posts
    5. JS11posts
    6. Linux10posts
    7. Node.js8posts
    8. NGINX7posts
    9. Git5posts
    10. PHP4posts
    11. Redis3posts
    12. GCP2posts
    13. AWS2posts
    14. jQuery2posts
    15. ZABBIX1posts
    16. CSS1posts
    17. Windows1posts
    18. CakePHP1posts
    19. Docker1posts
    © 2020 Copyright: ok-engineering.net