mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
Deploying to gh-pages from @ sobolevn/git-secret@1578a4be85 🚀
This commit is contained in:
parent
2daec7de59
commit
390dc67d68
@ -5,7 +5,7 @@ description: Shell scripts to encrypt your private data inside a git repository.
|
||||
baseurl: "" # the subpath of your site, e.g. /blog
|
||||
url: "git-secret.io" # the base hostname & protocol for your site
|
||||
|
||||
# Github links:
|
||||
# GitHub links:
|
||||
github_username: sobolevn
|
||||
github_changelog: "https://github.com/sobolevn/git-secret/blob/master/CHANGELOG.md"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: 'git-secret-add'
|
||||
date: 2022-06-17 18:35:07 +0000
|
||||
date: 2022-07-20 06:33:24 +0000
|
||||
permalink: git-secret-add
|
||||
categories: command
|
||||
---
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: 'git-secret-cat'
|
||||
date: 2022-06-17 18:35:07 +0000
|
||||
date: 2022-07-20 06:33:24 +0000
|
||||
permalink: git-secret-cat
|
||||
categories: command
|
||||
---
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: 'git-secret-changes'
|
||||
date: 2022-06-17 18:35:07 +0000
|
||||
date: 2022-07-20 06:33:24 +0000
|
||||
permalink: git-secret-changes
|
||||
categories: command
|
||||
---
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: 'git-secret-clean'
|
||||
date: 2022-06-17 18:35:07 +0000
|
||||
date: 2022-07-20 06:33:24 +0000
|
||||
permalink: git-secret-clean
|
||||
categories: command
|
||||
---
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: 'git-secret-hide'
|
||||
date: 2022-06-17 18:35:07 +0000
|
||||
date: 2022-07-20 06:33:24 +0000
|
||||
permalink: git-secret-hide
|
||||
categories: command
|
||||
---
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: 'git-secret-init'
|
||||
date: 2022-06-17 18:35:07 +0000
|
||||
date: 2022-07-20 06:33:24 +0000
|
||||
permalink: git-secret-init
|
||||
categories: command
|
||||
---
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: 'git-secret-list'
|
||||
date: 2022-06-17 18:35:07 +0000
|
||||
date: 2022-07-20 06:33:24 +0000
|
||||
permalink: git-secret-list
|
||||
categories: command
|
||||
---
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: 'git-secret-remove'
|
||||
date: 2022-06-17 18:35:07 +0000
|
||||
date: 2022-07-20 06:33:24 +0000
|
||||
permalink: git-secret-remove
|
||||
categories: command
|
||||
---
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: 'git-secret-removeperson'
|
||||
date: 2022-06-17 18:35:07 +0000
|
||||
date: 2022-07-20 06:33:24 +0000
|
||||
permalink: git-secret-removeperson
|
||||
categories: command
|
||||
---
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: 'git-secret-reveal'
|
||||
date: 2022-06-17 18:35:07 +0000
|
||||
date: 2022-07-20 06:33:24 +0000
|
||||
permalink: git-secret-reveal
|
||||
categories: command
|
||||
---
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: 'git-secret-tell'
|
||||
date: 2022-06-17 18:35:07 +0000
|
||||
date: 2022-07-20 06:33:24 +0000
|
||||
permalink: git-secret-tell
|
||||
categories: command
|
||||
---
|
||||
@ -14,7 +14,7 @@ git-secret-tell - adds person who can access private data.
|
||||
|
||||
|
||||
## DESCRIPTION
|
||||
`git-secret tell` - adds user(s) to the list of those able to encypt/decrypt secrets.
|
||||
`git-secret tell` - adds user(s) to the list of those able to encrypt/decrypt secrets.
|
||||
|
||||
This lets the specified user encrypt new files,
|
||||
but will not immediately be able to decrypt existing files, which were encrypted without their key.
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: 'git-secret-usage'
|
||||
date: 2022-06-17 18:35:07 +0000
|
||||
date: 2022-07-20 06:33:24 +0000
|
||||
permalink: git-secret-usage
|
||||
categories: command
|
||||
---
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: 'git-secret-whoknows'
|
||||
date: 2022-06-17 18:35:07 +0000
|
||||
date: 2022-07-20 06:33:24 +0000
|
||||
permalink: git-secret-whoknows
|
||||
categories: command
|
||||
---
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: 'git-secret'
|
||||
date: 2022-06-17 18:35:07 +0000
|
||||
date: 2022-07-20 06:33:24 +0000
|
||||
permalink: git-secret
|
||||
categories: usage
|
||||
---
|
2
build.sh
2
build.sh
@ -28,7 +28,7 @@ function copy_to_posts {
|
||||
timestamp=$(date "+%Y-%m-%d %H:%M:%S %z")
|
||||
current_date=$(date "+%Y-%m-%d")
|
||||
|
||||
# Creating command refernce:
|
||||
# Creating command reference:
|
||||
for com in "$MAN_LOCATION"/git-secret-*.1.md; do
|
||||
local short_name
|
||||
short_name=$(echo "$com" | sed -n "s|$MAN_LOCATION/\(.*\)\.1\.md|\1|p")
|
||||
|
@ -22,7 +22,7 @@ You can check the full list of automated test platforms
|
||||
|
||||
We are always interested in getting `git-secret` working and tested on additional systems.
|
||||
If you get `git-secret` working on a new system and the tests pass for you,
|
||||
you can add a Github Action to test your platform to that file.
|
||||
you can add a GitHub Action to test your platform to that file.
|
||||
Also we welcome improvements to tests or `git-secret` code for any platform.
|
||||
|
||||
## Installation process
|
||||
@ -160,6 +160,6 @@ PREFIX="/usr/local" make install
|
||||
```
|
||||
|
||||
Note that you can change `PREFIX` to be any directory you subsequently include in in your `PATH`
|
||||
environment variable. We generally recommend you stick to the the default
|
||||
environment variable. We generally recommend you stick to the default
|
||||
install locations for simplicity, but if you know what you're doing you are welcome to change it.
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -7,7 +7,7 @@ git-secret-tell - adds person who can access private data.
|
||||
|
||||
|
||||
## DESCRIPTION
|
||||
`git-secret tell` - adds user(s) to the list of those able to encypt/decrypt secrets.
|
||||
`git-secret tell` - adds user(s) to the list of those able to encrypt/decrypt secrets.
|
||||
|
||||
This lets the specified user encrypt new files,
|
||||
but will not immediately be able to decrypt existing files, which were encrypted without their key.
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user