We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447795a commit 52a5cc3Copy full SHA for 52a5cc3
1 file changed
README.md
@@ -25,9 +25,6 @@ with:
25
```bash
26
$ gh-auth add chrishunt
27
Adding 2 key(s) to '/Users/chris/.ssh/authorized_keys'
28
-
29
-$ gh-auth list
30
-Added users: chrishunt, zachmargolis
31
```
32
33
That was easy! When we're done working, you can revoke my access with:
@@ -43,6 +40,9 @@ You can add and remove any number of users at the same time.
43
40
$ gh-auth add chrishunt zachmargolis
44
41
Adding 4 key(s) to '/Users/chris/.ssh/authorized_keys'
45
42
+$ gh-auth list
+Added users: chrishunt, zachmargolis
+
46
$ gh-auth remove chrishunt
47
Removing 2 key(s) from '/Users/chris/.ssh/authorized_keys'
48
0 commit comments