Skip to content

Commit a53865e

Browse files
committed
Add log in the list of commands
1 parent e0b242b commit a53865e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gettingstarted/gitbasics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Developers can review project history to find out:
2222
Selected sections:
2323

2424
- [Saving changes](https://www.atlassian.com/git/tutorials/saving-changes)`add`, `commit`, `diff`, `stash`
25-
- [Inspecting a repository](https://www.atlassian.com/git/tutorials/inspecting-a-repository)`status`, `tag`, `blame`
25+
- [Inspecting a repository](https://www.atlassian.com/git/tutorials/inspecting-a-repository)`status`, `log`, `tag`, `blame`
2626
- [Undoing changes](https://www.atlassian.com/git/tutorials/undoing-changes)`checkout`, `clean`, `revert`, `reset`, `rm`
2727
- [Rewriting history](https://www.atlassian.com/git/tutorials/rewriting-history)`commit`, `rebase`, `reflog`
2828
- [Syncing](https://www.atlassian.com/git/tutorials/syncing)`remote`, `fetch`, `push`, `pull`

0 commit comments

Comments
 (0)