lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 4425d8a: Add a command to show git branch top


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4425d8a: Add a command to show git branch topology
Date: Sat, 3 Oct 2020 03:32:24 -0400 (EDT)

branch: master
commit 4425d8ab221343ff8d7cd94830957a38953b5f07
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Add a command to show git branch topology
---
 gwc/develop1.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index 8a08839..9d34ff2 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -173,6 +173,11 @@ git pull --rebase
 git add --chmod=+x some-file-name
 git add --chmod=-x some-file-name
 
+  # Show branch topology (last 200 commits, e.g.)
+
+git log -200 --graph --oneline --all --full-history
+git log -200 --graph --oneline --all --simplify-by-decoration
+
   # Second screen: only for updating local shadow copy of repository
   #
   # I use the last line repeatedly to keep my local shadow copy current



reply via email to

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