Rechercher une page de manuel
git-cpan-squash
Langue: en
Version: 2009-04-02 (fedora - 04/07/09)
Section: 1 (Commandes utilisateur)
Sommaire
NAME
git-cpan-squash - Combine multiple commits into one patchSYNOPSIS
% git cpan-squash temp_submit_branch % git ci -m "This is my message" % git cpan-sendpatch --compose # delete the branch now that we're done % git checkout master % git branch -D temp_submit_branch
DESCRIPTION
This command creates a new branch from "cpan/master" runs "git merge --squash" against your head revision. This stages all the files for the branch and allows you to create a combined commit in order to send a single patch easily.Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre