documentation update

This commit is contained in:
sobolevn 2016-02-24 00:35:25 +03:00
parent 62b33a586d
commit 7820f8cd91
12 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-add'
date: 2016-02-24 00:52:07 +0300
date: 2016-02-24 00:53:00 +0300
categories: command
---
git-secret-add - starts to track added files.

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-clean'
date: 2016-02-24 00:52:07 +0300
date: 2016-02-24 00:53:00 +0300
categories: command
---
git-secret-clean - removes all the hidden files.

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-hide'
date: 2016-02-24 00:52:07 +0300
date: 2016-02-24 00:53:00 +0300
categories: command
---
git-secret-hide - encrypts all added files with the inner keyring.

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-init'
date: 2016-02-24 00:52:07 +0300
date: 2016-02-24 00:53:00 +0300
categories: command
---
git-secret-init - initializes git-secret repository.

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-killperson'
date: 2016-02-24 00:52:07 +0300
date: 2016-02-24 00:53:00 +0300
categories: command
---
git-secret-killperson - deletes key identified by an email from the inner keyring.

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-list'
date: 2016-02-24 00:52:07 +0300
date: 2016-02-24 00:53:00 +0300
categories: command
---
git-secret-list - prints all the added files.

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-remove'
date: 2016-02-24 00:52:07 +0300
date: 2016-02-24 00:53:00 +0300
categories: command
---
git-secret-remove - removes files from index.

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-reveal'
date: 2016-02-24 00:52:07 +0300
date: 2016-02-24 00:53:00 +0300
categories: command
---
git-secret-reveal - decrypts all added files.

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-tell'
date: 2016-02-24 00:52:07 +0300
date: 2016-02-24 00:53:00 +0300
categories: command
---
git-secret-tell - adds a person, who can access a private data.

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-usage'
date: 2016-02-24 00:52:07 +0300
date: 2016-02-24 00:53:00 +0300
categories: command
---
git-secret-usage - prints all the available commands.

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-whoknows'
date: 2016-02-24 00:52:07 +0300
date: 2016-02-24 00:53:00 +0300
categories: command
---
git-secret-whoknows - prints email-labels for each key in the keyring.

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret'
date: 2016-02-24 00:52:07 +0300
date: 2016-02-24 00:53:00 +0300
categories: usage
---
## Intro