This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
sitio/Git.md

18 lines
469 B
Markdown
Raw Normal View History

2021-12-21 15:28:45 +00:00
- [Git es difícil](https://mastodon.sdf.org/@khm/107301080271400610)
## Diffs útiles para Alpine
- `apk add git-diff-highlight less`
- `~/.gitconfig`
```
[pager]
log = diff-highlight | less
show = diff-highlight | less
diff = diff-highlight | less
[interactive]
diffFilter = diff-highlight
```
Gracias: [Better Diff Highlighting in Git](https://joelclermont.com/post/2021-02/better-diff-highlighting-in-git/)