iterative / iterative/gto

Add `status` command

Open
#115 3 comments 0 reactions 0 assignees View on GitHub
annotation enhancement git tags good first issue
Dominant language
Python
Stars
162
Forks
18
PR merge metrics
No merged PRs in 30d

Description

Would be beneficial to see what git tags are not pushed right now (or possible conflicts for git tags - e.g. if you have local tag and remote but they're different).

E.g.
```
$ gto status
- Two artifacts (mymodel1, mydataset3) are added, but not committed.
Use `git add artifacts.yaml && git commit -m "your message"` to commit them.
- One new local git tag that registers a version is detected (`rf@v1.0.1`).
To push it to the repo use `gto push --tags`
```

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.