From 6c0a88e521b98f3bc3b817e0c322eb7ee7dac4b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Thu, 27 Apr 2023 14:23:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index f1bce45..52d9dbd 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,26 @@ ## Install gitpush ```bash sh -c "$(curl -L https://git.moelle.space/hxcde/gitpush/raw/branch/main/installgitpush.sh)" +``` + +## Usage +```bash +user@PC:/home/ymoelle/repo# nano README.md +user@PC:/home/ymoelle/repo# gitpush +Write a short commit: +changed readme +[main 4a28f67] 'changed readme' + Committer: root + 1 file changed, 1 insertion(+) +Enumerating objects: 5, done. +Counting objects: 100% (5/5), done. +Delta compression using up to 8 threads +Compressing objects: 100% (3/3), done. +Writing objects: 100% (3/3), 314 bytes | 314.00 KiB/s, done. +Total 3 (delta 1), reused 0 (delta 0), pack-reused 0 +remote: . Processing 1 references +remote: Processed 1 references in total +To ssh://ssh.git.moelle.space:2222/hxcde/repo.git + 94f5e1e..4a28f67 main -> main +user@PC:/home/user/repo# ``` \ No newline at end of file