dolthub / dolthub/dolt

Support `dolt log --all` and `dolt config alias`

Open
#4,357 2 comments 0 reactions 1 assignee Claimed by @zachmu View on GitHub
cli enhancement
Dominant language
Go
Stars
24.4k
Forks
873
Avg merge
1d 9h
Merged PRs (30d)
121

Description

My favourite command when I log on to git is always `git la`, which is defined by this alias:

```
git config --global alias.la 'log --oneline --graph --all'
```

I'd love if I could run that with dolt and it'd work. But not for now, unfortunately.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.