git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] git subcommand to check if branch is up-to-date with upstream
@ 2016-07-25 12:58 Sidhant Sharma
  2016-07-25 16:58 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Sidhant Sharma @ 2016-07-25 12:58 UTC (permalink / raw)
  To: Git Mailing List

Hi,
I was wondering if it would be a good idea to have a command to check if a
push or pull is required. Perhaps it can also suggest if changes are
fast-forward or the branches (local and remote) have diverged.
The reason I feel the need of such a command is when I need to check if my
branch is up-to-date with the remote, and when I need to know if my local
has diverged. Currently I use a script based on this stackoverflow answer[1]
Not an extremely useful tool, but I thought it'll be good to have it.

Warm regards,
Sidhant Sharma


[1] http://stackoverflow.com/a/3278427/5211579

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

end of thread, other threads:[~2016-07-26  9:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-25 12:58 [RFC] git subcommand to check if branch is up-to-date with upstream Sidhant Sharma
2016-07-25 16:58 ` Junio C Hamano
2016-07-25 17:33   ` Jakub Narębski
2016-07-26  9:32     ` Sidhant Sharma

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 NNTP newsgroup(s).