Ook pushen naar het "bare" repository
This commit is contained in:
parent
ca5090dfb2
commit
dd28e35699
1 changed files with 1 additions and 0 deletions
1
revbank
1
revbank
|
@ -126,6 +126,7 @@ sub now {
|
||||||
sub git_commit {
|
sub git_commit {
|
||||||
system qw(git commit -q revbank.accounts .revbank.undo),
|
system qw(git commit -q revbank.accounts .revbank.undo),
|
||||||
-m => "Transaction by $user";
|
-m => "Transaction by $user";
|
||||||
|
system qw(git push -q bar.git);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub parse_product {
|
sub parse_product {
|
||||||
|
|
Loading…
Add table
Reference in a new issue