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
add a script to pull a branch and update submodules
Browse Source
...
This commit is contained in:
Enno Rehling
2014-12-12 13:45:17 +01:00
parent
9334677d81
commit
f7205251a3
1 changed files
with
5 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
5
s/pull
Executable file
Unescape
Escape
View File
@ -0,0 +1,5 @@
#!/bin/sh
if [ ! -z $1 ]; then
git checkout $1
fi
git pull && git submodule update
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
Marc/server
Title
Body
Create Issue