Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 

b_b

@b_b
http://www.weblog.eliaz.fr
RSS: b_b
tous les messages de b_b
  • @b_b
    b_b @b_b PUBLIC DOMAIN 7/01/2021
    1
    @ze_dach
    1

    Merge Pull Requests without Merge Commits | Shing’s Blog
    ▻https://shinglyu.com/web/2018/03/25/merge-pull-requests-without-merge-commits.html

    git checkout new-feature # Go to the feature branch named "new-feature"
    git rebase master
    # Now your feature have all the commits from master
    git checkout master # Go back to master
    git merge --ff-only new-feature

    #git

    b_b @b_b PUBLIC DOMAIN
    Écrire un commentaire

thèmes

  • #git
À propos de Seenthis Propriété intellectuelle Recommandations API