Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 835 Bytes

add-new-user-to-git-crypt.md

File metadata and controls

41 lines (27 loc) · 835 Bytes

Adding a new user to git-crypt

Create/Find keybase.io user

If you don't have a user at keybase.io with a valid pgp key, please create on.

Verify the given user:

Add key to git-crypt

Stash any uncommited changes git stash

Execute ./add-keybase.io-user.sh <username>

When prompted for a level of trust, enter 5 for Ultimate trust Your decision? 5

[Optional] Rebase all other branches if needed

Set up: git checkout develop git fetch -apt git rebase

For each branch do the following: git checkout <branch> git merge develop git push

On the users machine

Clone the repository git clone REPO-URL

Unlock the repository git-crypt unlock