Adding a new user to git-crypt
If you don't have a user at keybase.io with a valid pgp key, please create on.
Verify the given user:
- Visit https://keybase.io/USERID
- OR run
keybase id USERID
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
Set up:
git checkout develop
git fetch -apt
git rebase
For each branch do the following:
git checkout <branch>
git merge develop
git push
Clone the repository
git clone REPO-URL
Unlock the repository
git-crypt unlock