Removal of edit and delete commands #161
rkotze
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm planning to remove the following commands because I don't believe they are used:
git edit-coauthor
git delete-coauthor
Both can be easily achieved by opening the
.git-coauthor
file and making required edits.The following command can open the file in your editor
git mob -p | xargs [your editor]
.Let me know your thoughts on this. React to this using the post emoji. 👍🏻 👎🏻
PR of the above change here
Beta Was this translation helpful? Give feedback.
All reactions