mirror of
https://github.com/namibia/tips.git
synced 2024-12-31 21:21:51 +00:00
Check if the change was a part of a release.
This commit is contained in:
parent
f8d2278bd0
commit
7e6c5f71b2
@ -79,6 +79,7 @@
|
||||
* [List all the alias and configs.](https://github.com/git-tips/tips#list-all-the-alias-and-configs)
|
||||
* [Make git case sensitive.](https://github.com/git-tips/tips#make-git-case-sensitive)
|
||||
* [Auto correct typos.](https://github.com/git-tips/tips#auto-correct-typos)
|
||||
* [Check if the change was a part of a release.](https://github.com/git-tips/tips#check-if-the-change-was-a-part-of-a-release)
|
||||
|
||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||
<!-- @doxie.inject end toc -->
|
||||
@ -545,5 +546,10 @@ git config --global core.ignorecase false
|
||||
git config --global help.autocorrect 1
|
||||
```
|
||||
|
||||
## Check if the change was a part of a release.
|
||||
```sh
|
||||
git name-rev --name-only <SHA-1>
|
||||
```
|
||||
|
||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||
<!-- @doxie.inject end -->
|
||||
|
Loading…
Reference in New Issue
Block a user