Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to check version #198

Closed
alexbeatnik opened this issue Oct 1, 2019 · 1 comment
Closed

Add ability to check version #198

alexbeatnik opened this issue Oct 1, 2019 · 1 comment
Assignees
Labels

Comments

@alexbeatnik
Copy link
Contributor

A problem/task I want to solve

There is no way to check the installed version. Please add the option to see the version.

The solution I'd like

git-elegant --version

Considered alternatives

Or can be add to output of command git-elegant -h

@extsoft extsoft self-assigned this Oct 4, 2019
extsoft added a commit that referenced this issue Oct 4, 2019
The version will be automatically read from the git history and placed
into a file. Elegant Git will read it from the file when a user requests
a version.

Also, `--depth` is set 50 in order to make `git describe` always
working. We usually make small releases and the number should guarantee
stable execution.

#198
extsoft added a commit that referenced this issue Oct 4, 2019
The version will be automatically read from the git history and placed
into a file. Elegant Git will read it from the file when a user requests
a version.

Also, `--depth` is set 50 in order to make `git describe` always
working. We usually make small releases and the number should guarantee
stable execution.

#198
@extsoft extsoft mentioned this issue Oct 4, 2019
4 tasks
@extsoft
Copy link
Contributor

extsoft commented Oct 4, 2019

Resolved

@extsoft extsoft closed this as completed Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants