summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-25 15:31:28 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-25 15:31:28 +0300
commit45ba625fae1c8667b76ae2a543a7a7dd1d462982 (patch)
treee91f998ba0507ecdb716d86c050354cb022a099e
parent71ccfdb727b80254c02ca3f7008813a0794b2a52 (diff)
downloadall-45ba625fae1c8667b76ae2a543a7a7dd1d462982.tar.gz
all-45ba625fae1c8667b76ae2a543a7a7dd1d462982.tar.bz2
all-45ba625fae1c8667b76ae2a543a7a7dd1d462982.tar.xz
all-45ba625fae1c8667b76ae2a543a7a7dd1d462982.zip
Into readme add new flags.
-rw-r--r--README15
1 files 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.