emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vc-git: interactive rebasing


From: Dmitry Gutov
Subject: Re: vc-git: interactive rebasing
Date: Fri, 3 Dec 2021 15:40:11 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 03.12.2021 13:13, Manuel Uberti wrote:
Let me try to provide an example. Usually, 'M-! git rebase master' is enough when I work on my projects, but sometimes I need to squash commits before pushing. Is it possible to rely on VC for this? If it is not a problem, could you describe how you would do it?

I do that from the console. ;-(

git rebase -i <branch>

It's not too bad, since you usually don't need to edit the commit messages (much), or stage/unstage changes, for example.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]