You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# coworking-with
1
+
# @koddsson/coworking-with
2
2
3
3
Easily add coworking signitures to your commits.
4
4
5
5
## Usage
6
6
7
7
```sh
8
-
npx coworking-with <usernames>...
8
+
npx @koddsson/coworking-with <usernames>...
9
9
```
10
10
11
11
The script installs a `commit-msg` hook that will append all commit messages with `Co-authored-by: USERNAME <EMAIL>` for each user you have specified. This commit trailer can be picked up by tools such as [GitHub](https://help.github.com/en/articles/creating-a-commit-with-multiple-authors).
@@ -15,7 +15,7 @@ Note that since we go through the git log history to find the signiture that the
0 commit comments