projects
/
vchess.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge .gitignore files + add hook to update server
[vchess.git]
/
hooks
/
post-update.dist
1
#!/bin/sh
2
ssh
user@server
-t
'cd /path/to/vchess/client && git pull && npm run build'