1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add syntax highlighting

This commit is contained in:
Chris Cummer
2018-05-09 23:50:32 -07:00
parent 33278dcc47
commit 2883741c21
27 changed files with 349 additions and 336 deletions

View File

@@ -13,16 +13,16 @@ files, and recent commits.
#### Branch
Displays the of the currently-active git branch.
The name of the currently-active git branch.
#### Changed Files
Displays a list of all the files that have changed since the last
A list of all the files that have changed since the last
commit, and their status.
#### Recent Commits
Displays a list of `n` recent commits, who committed it, and when.
A list of `n` recent commits, who committed it, and when.
## Source Code

View File

@@ -13,11 +13,11 @@ review requests, and open pull requests.
#### Open Review Requests
Displays all open code review requests assigned to you.
All open code review requests assigned to you.
#### Open Pull Requests
Displays all open pull requests created by you.
All open pull requests created by you.
## Source Code