aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-07-26 18:17:44 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-10-07 11:02:08 +0200
commit4216a90741b5425eac76be77a5f95b548ada3b9d (patch)
tree3017015fa772c4b5361b0e8ba1769c3f269ab76d /README.md
parentbbd5cc3a8b1514f13ec4fe4621f7260b454de684 (diff)
downloadgosc-4216a90741b5425eac76be77a5f95b548ada3b9d.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5e227d3..5499271 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
Very hackish set of scripts to work with OBS and SCM-managed packages
=====================================================================
-goinit
-: initialize current checkout with `.osc/` directory
+git-obranch
+: equivalent of `osc branch`, but create local git repository and fork on src.opensuse.org
-govc
-: generate commit message from `*.changes` file (should be probably changed into `.git/hook/prepare-commit-msg` hook)
+git-oci
+: prepare commit message from `*.changes` file
goscb
-: (probably not needed, when the checkout is primed with `goinit`) run `osc build` without regards if `.osc/` directory exists.
+: (probably not needed, when the checkout is primed with `git-obranch`) run `osc build` without regards if `.osc/` directory exists.
All issues, questions, complaints, or (even better!) patches