aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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