View unpublished git commits- added links.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 06 Apr 2017 17:41:10 +0300
changeset 2123 f98c2b2e6c07
parent 2122 24fbab64cf91
child 2124 3afe57643e44
View unpublished git commits- added links.
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'
 =======================
 ::