1472 links
  • Animal
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
1 results tagged CherryPick x
  • How to merge only specific commits from a pull request with git cherry-pick | MattStauffer.com

    Faire un cherry-pick en ligne de commande :

    1) Tirer la branche sur laquelle se trouve le commit recherché :

    git pull monRemote maBrancheSource

    2) Récupérer le hashé complet du commit.

    3) Se placer sur la branche cible :

    git checkout maBrancheCible

    4) Copier le commit :

    git cherry-pick HASH_DU_COMMIT
    May 25, 2021 at 7:11:00 PM GMT+2 * - permalink -
    QRCode
    - https://mattstauffer.com/blog/how-to-merge-only-specific-commits-from-a-pull-request/
    Git Commit CherryPick
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation