This website requires JavaScript.
Explore
Help
Sign In
Marc
/
server
forked from
github/server
Watch
1
Star
0
Fork
You've already forked server
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7985ebe511
server
/
s
/
pull
6 lines
85 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
[
! -z
$1
]
;
then
git checkout
$1
fi
git pull
&&
git submodule update
Reference in New Issue
View Git Blame
Copy Permalink