From 8db7772e7cfc50570d851c1cef3e493a7f2644e9 Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Sun, 21 May 2023 23:28:38 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8302a96..f6ce16c 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,7 @@ [![CI](https://github.com/inverse/git-pair/actions/workflows/ci.yml/badge.svg)](https://github.com/inverse/git-pair/actions/workflows/ci.yml) ![GitHub](https://img.shields.io/github/license/inverse/git-pair) -A simple CLI app to make it easier for git based pairing for co-authoring commits. - -Sessions are scoped to git repositories by leveraging commit templates. +A tool to make it easier for git based pairing for co-authoring commits. ## Usage @@ -18,6 +16,8 @@ You can find out the current state of contributors running `git-pair [i]nfo`. One you are done with that pairing session just run `git-pair [e]nd`. +_Note: Sessions are scoped to git repositories by leveraging commit templates._ + ## Developing Built using asdf for managing required development dependencies.