Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 446 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 446 Bytes

TensorLayer Contributor Guideline

We use git-submodule to keep sync with tensorlayer master repository.

Run the following commands to upgrade submodule to a specific tag:

git clone [email protected]:tensorlayer/tensorlayer-chinese.git --recursive
cd tensorlayer-chinese/tensorlayer-master
git pull origin master
git checkout 1.9.0  # or the latest tag you want to sync to
cd ..
git add -A
git commit -m 'upgrade submodule to xxx'