Skip to content

Commit

Permalink
git log --reverse notes
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVerre committed Jun 11, 2018
1 parent fbd521a commit 66f2383
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ git log -n 3
Use -n x to only show information about the X latest commits
git log --oneline
Use the --oneline argument to only print out one line per git commit
git log --reverse
This flag shows commits beginning from oldest to newest instead of newsest to older.
git fetch
You local repository stores information about what it knows about the remote repository. Calling git fetch tells git to communicate with the remote repository and update what your local repository knows about it.

Expand Down

0 comments on commit 66f2383

Please sign in to comment.