[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 6dd6a366 1/3: Clarify a command description
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 6dd6a366 1/3: Clarify a command description |
Date: |
Sun, 10 Jul 2022 04:46:56 -0400 (EDT) |
branch: master
commit 6dd6a3667d2fcec972852da21c2df17ecb5c2389
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>
Clarify a command description
---
gwc/develop1.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index 18d8b1ac..e645949f 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -29,7 +29,7 @@ git commit one_file another_file -m"One set of changes"
git commit --all -m"Another set of changes"
git push
- # ...commit only up to {second-to-last; a specific} commit
+ # ...commit only up through {second-to-last; a specific} commit
git push origin HEAD^1:master
git push origin SHA1:master