Skip to content

Commit

Permalink
Merge pull request #7 from sobolevn/master
Browse files Browse the repository at this point in the history
changed gif with text
  • Loading branch information
stevemao committed Mar 12, 2016
2 parents c441ff3 + 6d623f6 commit caf5afc
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1292,12 +1292,55 @@ TBD

## [git-secret](https://github.com/sobolevn/git-secret)

### git secret init

```
$ git secret init
'.gitsecret/' created.
```

### git secret tell

```
$ git secret tell my@email.com
done. my@email.com added as a person who knows the secret.
cleaning up...
```

![git-secret terminal preview](https://raw.githubusercontent.com/sobolevn/git-secret/gh-pages/images/gitsecret_terminal.gif)
### git secret add

```
$ git secret add hideme.txt
1 items added.
```

### git secret list

```
$ git secret list
hideme.txt
```

### git secret hide

```
$ git secret hide
done. all 1 files are hidden.
```

### git secret reveal

```
$ git secret reveal
You need a passphrase to unlock the secret key for
user: "Test User <my@email.com>"
2048-bit RSA key, ID #######, created 2015-01-01 (main key ID #######)
gpg: gpg-agent is not available in this session
File `hideme.txt' exists. Overwrite? (y/N) y
done. all 1 files are revealed.
```

## License

Expand Down

0 comments on commit caf5afc

Please sign in to comment.