diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -163,14 +163,18 @@ set. | `powerline-patched` | `awesome-patched` | explanation |---------------------|-------------------|--------------------------------------------- -| `↑4` | | Number of commits your repository is ahead of your remote branch -| `↓5` | | Number of commits your repository is behind of your remote branch -| `⍟3` | | Number of stashes, here 3. -| `●` | | There are unstaged changes in your working copy -| `✚` | | There are staged changes in your working copy -| `?` | | There are files in your working copy, that are unknown to your repository -| `→` | | The name of your branch differs from its tracking branch. -| `☿` | | A mercurial bookmark is active. +| `↑4` | 4 | Number of commits your repository is ahead of your remote branch +| `↓5` | 5 | Number of commits your repository is behind of your remote branch +| `⍟3` | 3 | Number of stashes, here 3. +| `●` |  | There are unstaged changes in your working copy +| `✚` |  | There are staged changes in your working copy +| `?` |  | There are files in your working copy, that are unknown to your repository +| `→` |  | The name of your branch differs from its tracking branch. +| `☿` |  | A mercurial bookmark is active. +| `` |  | Branch Icon +| None | 2c3705 | The current commit hash. Here "2c3705" +| None |  | Repository is a git repository +| None |  | Repository is a Mercurial repository ### Styling |