From 45ba625fae1c8667b76ae2a543a7a7dd1d462982 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 25 Nov 2014 15:31:28 +0300 Subject: Into readme add new flags. --- README | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README b/README index 1e7cc2b..713e1e7 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ Known scripts: Usage: ./git.sh gitcommand Example: - ./git.sh diff + ./git.sh diff - run command "git diff" in all repositories ./init.sh - this script initialize new repositories. Usage: @@ -25,18 +25,19 @@ Allowed tasks: manaplus - repository with manaplus sources. This command allow any combinations with different tasks. Example: - ./init.sh local + ./init.sh local - create directories and pull repositories for local server usage. ./pull.sh - this script allow pull in all repositories if pull is safe. Usage: - ./pull.sh -This command pulling only if repository in clean state and all commits pushed. + ./pull.sh - pulling only if repository in clean state and all commits pushed. +or + ./pull.sh force - pulling always. ./push.sh - this script allow push all repositories if push is safe. Usage: - ./push.sh -This command pushing only if repository in clean state. + ./push.sh - pushing only if repository in clean state. ./status.sh - this script show all repositories state. Usage: - ./status.sh + ./status.sh - show only changed repositories + ./status.sh commit - show for each repository latest commit and changes in present. -- cgit v1.2.3-60-g2f50