Created
February 15, 2019 20:06
-
-
Save Volodymyrprodyus/39986f131bd05a28879a07df68116563 to your computer and use it in GitHub Desktop.
Git log command/history
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
volpr@LAPTOP-LROR2OKO MINGW64 /d/Front_End/CURSOR/Week #1/New Branch (master) | |
$ git log | |
commit 75f01fbbd1829d1bb432f5374436e5f46871edb7 (HEAD -> master, origin/master, | |
development) | |
Author: VolodymyrProdyus | |
Date: Fri Feb 15 00:20:33 2019 +0200 | |
Second commit | |
commit b7ff5684ddb5760a13669ac4d8e411a4b64ad9d4 (origin/development) | |
Author: VolodymyrProdyus | |
Date: Fri Feb 15 00:12:31 2019 +0200 | |
New commit | |
commit 7d4eb37a4b61de52601eb0019182afa87c02e9e8 | |
Author: VolodymyrProdyus | |
Date: Thu Feb 14 23:54:17 2019 +0200 | |
first commit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment