# HG changeset patch # User Oleksandr Gavenko # Date 1491489670 -10800 # Node ID f98c2b2e6c07d9d7b6b5f2d48581c79e2765f823 # Parent 24fbab64cf91beba677d9dad96eaade8b448ac06 View unpublished git commits- added links. diff -r 24fbab64cf91 -r f98c2b2e6c07 git.rst --- a/git.rst Thu Apr 06 17:38:04 2017 +0300 +++ b/git.rst Thu Apr 06 17:41:10 2017 +0300 @@ -172,12 +172,11 @@ Only curtain branches fetched by default:: [remote "origin"] - url = ... - fetch = +refs/heads/*:refs/remotes/origin/* + url = ... + fetch = +refs/heads/*:refs/remotes/origin/* Edit ``fetch`` value to change defaults. - git analog of 'hg incoming' =========================== @@ -217,6 +216,11 @@ $ git log --branches --not --remotes +http://stackoverflow.com/questions/2016901/viewing-unpushed-git-commits + Viewing unpushed Git commits. +http://stackoverflow.com/questions/3636914/how-can-i-see-what-i-am-about-to-push-with-git + How can I see what I am about to push with git? + git analog of 'hg glog' ======================= ::