Skip to content

Commit e968b73

Browse files
author
Jonathan Dahan
committed
swap screencasts with screenshots for git features
1 parent ec3ebd5 commit e968b73

File tree

4 files changed

+1
-47
lines changed

4 files changed

+1
-47
lines changed

images/screencasts/git.svg

Lines changed: 0 additions & 44 deletions
This file was deleted.

images/screenshots/git.png

382 KB
Loading

images/screenshots/git_conflicts.png

-269 KB
Binary file not shown.

readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ If you have a question, suggestion, or request please [open an issue][] and be s
1111

1212
## What it does
1313

14-
![animation of git features](./images/screencasts/git.svg)
15-
1614
All geometry does is run simple functions to customize the left and right prompts.
1715

1816
We bundle a few useful functions to start with, that can:
@@ -108,7 +106,7 @@ GEOMETRY_GIT_NO_COMMITS_MESSAGE="" # hide the 'no commits' message in new repos
108106
GEOMETRY_GIT_TIME_DETAILED=true # show full time (e.g. `12h 30m 53s`) instead of the coarsest interval (e.g. `12h`)
109107
```
110108

111-
![git_conflicts](/images/screenshots/git_conflicts.png)
109+
![picture of git features](./images/screenshots/git.png)
112110

113111
## Hostname based colors
114112
Geometry provides a generic function (`geometry::hostcolor`) for setting any color based on hostname. The color is calculated as the sum of each character converted to an integer. For example the hostname 'abc' generates a value of 294.

0 commit comments

Comments
 (0)