aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_user_adopt.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-02-24 14:45:24 +0100
committerMichael Muré <batolettre@gmail.com>2019-03-01 22:48:51 +0100
commit304a3349300bba909b1f69e54c0d2d8a338994d1 (patch)
tree4b48eb550a9a71389bfaefc5b11c5ba5c5b6398a /doc/md/git-bug_user_adopt.md
parent7a80d8f849861a6033cd0765e5d85a52b08a8854 (diff)
downloadgit-bug-304a3349300bba909b1f69e54c0d2d8a338994d1.tar.gz
commands: add a "user adopt" command to use an existing identity
Diffstat (limited to 'doc/md/git-bug_user_adopt.md')
-rw-r--r--doc/md/git-bug_user_adopt.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/md/git-bug_user_adopt.md b/doc/md/git-bug_user_adopt.md
new file mode 100644
index 00000000..f89cdf68
--- /dev/null
+++ b/doc/md/git-bug_user_adopt.md
@@ -0,0 +1,22 @@
+## git-bug user adopt
+
+Adopt an existing identity as your own.
+
+### Synopsis
+
+Adopt an existing identity as your own.
+
+```
+git-bug user adopt <id> [flags]
+```
+
+### Options
+
+```
+ -h, --help help for adopt
+```
+
+### SEE ALSO
+
+* [git-bug user](git-bug_user.md) - Display or change the user identity.
+