Closed lbillingham closed 4 years ago
When I tried to add my 1st profile, I followed the README
$ git profile add github-work 'Worker Bee' 'me@some.work'
and got this error
error: Found argument 'add' which wasn't expected, or isn't valid in this context USAGE: git-profile [SUBCOMMAND] For more information try --help
seems like git profile add was renamed git profile new but not in readme. This fixes that.
git profile add
git profile new
I expected
Good spot! Thanks :D
When I tried to add my 1st profile, I followed the README
and got this error
seems like
git profile add
was renamedgit profile new
but not in readme. This fixes that.I expected