Commit efbc1e75 authored by 赵建伟's avatar 赵建伟

add git pull shells

parent f3bbca0a
#!/bin/bash
set -e
set -x
git checkout master
git pull origin master
\ No newline at end of file
#!/bin/bash
set -e
set -x
git checkout wangyan
git pull origin wangyan
\ No newline at end of file
#!/bin/bash
set -e
set -x
git checkout wangzhuo
git pull origin wangzhuo
\ No newline at end of file
#!/bin/bash
set -e
set -x
git checkout yindanlei
git pull origin yindanlei
\ No newline at end of file
#!/bin/bash
set -e
set -x
git checkout zhaofei
git pull origin zhaofei
\ No newline at end of file
#!/bin/bash
set -e
set -x
git checkout zhaojianwei
git pull origin zhaojianwei
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment