git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Feature: checkout and merge
@ 2020-10-12 11:05 Victor Porton
  0 siblings, 0 replies; 4+ messages in thread
From: Victor Porton @ 2020-10-12 11:05 UTC (permalink / raw)
  To: git

It is a very often need to checkout a branch and them merge there the
branch that was before the checkout. Moreover after this is very often
needed to push.

So please add the flags to `checkout`:

1. to merge the old branch immediately after checkout

2. to push after checkout

I repeatedly write:

git checkout stable && git merge main && git push && git checkout main

(I am not subscribed to this mailing list.)



^ permalink raw reply	[flat|nested] 4+ messages in thread
* Feature: checkout and merge
@ 2020-10-12 11:05 Victor Porton
  2020-10-12 15:04 ` Konstantin Tokarev
  0 siblings, 1 reply; 4+ messages in thread
From: Victor Porton @ 2020-10-12 11:05 UTC (permalink / raw)
  To: git

It is a very often need to checkout a branch and them merge the branch
that was before the checkout. Moreover after this is very often needed
to push.

So please add the flags to `checkout`:

1. to merge the old branch immediately after checkout

2. to push after checkout

I repeatedly write:

git checkout stable && git merge main && git push && git checkout main

(I am not subscribed to this mailing list.)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-12 17:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12 11:05 Feature: checkout and merge Victor Porton
  -- strict thread matches above, loose matches on Subject: below --
2020-10-12 11:05 Victor Porton
2020-10-12 15:04 ` Konstantin Tokarev
2020-10-12 17:48   ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).