projects
/
vchess.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Trigger post-update hook
[vchess.git]
/
hooks
/
post-update.dist
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/bin/sh
2
ssh user@server -t 'cd /path/to/vchess/client && git pull && npm run build'