mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-08 19:10:31 +00:00
35 lines
769 B
Markdown
35 lines
769 B
Markdown
|
---
|
||
|
layout: post
|
||
|
title: 'git-secret-usage'
|
||
|
date: 2020-09-20 15:12:56 -0400
|
||
|
permalink: git-secret-usage
|
||
|
categories: command
|
||
|
---
|
||
|
git-secret-usage - prints all the available commands.
|
||
|
=====================================================
|
||
|
|
||
|
## SYNOPSIS
|
||
|
|
||
|
git secret usage
|
||
|
|
||
|
|
||
|
## DESCRIPTION
|
||
|
`git-secret-usage` is used to print all the available commands.
|
||
|
|
||
|
|
||
|
## OPTIONS
|
||
|
|
||
|
-h - shows this help.
|
||
|
|
||
|
|
||
|
## MANUAL
|
||
|
|
||
|
Run `man git-secret-usage` to see this note.
|
||
|
|
||
|
|
||
|
## SEE ALSO
|
||
|
|
||
|
[git-secret-init(1)](http://git-secret.io/git-secret-init), [git-secret-add(1)](http://git-secret.io/git-secret-add),
|
||
|
[git-secret-hide(1)](http://git-secret.io/git-secret-hide), [git-secret-reveal(1)](http://git-secret.io/git-secret-reveal),
|
||
|
[git-secret-cat(1)](http://git-secret.io/git-secret-cat)
|