forked from swcarpentry/git-novice
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update 04-changes.md to add
(HEAD -> main)
to git log
output wher…
…e appropriate. Merge pull request swcarpentry#832 from annajiat/patch-3
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -465,7 +465,7 @@ $ git log | |
{: .language-bash} | ||
|
||
~~~ | ||
commit 005937fbe2a98fb83f0ade869025dc2636b4dad5 | ||
commit 005937fbe2a98fb83f0ade869025dc2636b4dad5 (HEAD -> main) | ||
Author: Vlad Dracula <[email protected]> | ||
Date: Thu Aug 22 10:14:07 2013 -0400 | ||
|
@@ -521,7 +521,7 @@ Date: Thu Aug 22 09:51:46 2013 -0400 | |
> {: .language-bash} | ||
> | ||
> ~~~ | ||
> commit 005937fbe2a98fb83f0ade869025dc2636b4dad5 | ||
> commit 005937fbe2a98fb83f0ade869025dc2636b4dad5 (HEAD -> main) | ||
> Author: Vlad Dracula <[email protected]> | ||
> Date: Thu Aug 22 10:14:07 2013 -0400 | ||
> | ||
|
@@ -537,7 +537,7 @@ Date: Thu Aug 22 09:51:46 2013 -0400 | |
> ~~~ | ||
> {: .language-bash} | ||
> ~~~ | ||
> 005937f Discuss concerns about Mars' climate for Mummy | ||
> 005937f (HEAD -> main) Discuss concerns about Mars' climate for Mummy | ||
> 34961b1 Add concerns about effects of Mars' moons on Wolfman | ||
> f22b25e Start notes on Mars as a base | ||
> ~~~ | ||
|