Skip to content

Commit ab6611f

Browse files
author
Emelda
committed
More details
1 parent 42a90e9 commit ab6611f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

handout.md

+5
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ Now to add a file to the repository
9090
* To check the status of the files under your repository (git status).
9191
* Commit the file(s) to the local repository (git commit -m <comment>)
9292

93+
### View the logs for the current branch
94+
95+
* git reflog
96+
97+
This lists the commit history
9398
## Clone a repository
9499

95100

0 commit comments

Comments
 (0)