Skip to content

Instantly share code, notes, and snippets.

@junwan01
Created April 22, 2019 05:19
Show Gist options
  • Save junwan01/97e6bfb826b357ff9e145badc51b3342 to your computer and use it in GitHub Desktop.
Save junwan01/97e6bfb826b357ff9e145badc51b3342 to your computer and use it in GitHub Desktop.
$ export SRC=~/Documents/source_code/
$ mkdir -p $SRC
$ cd $SRC
$ git clone git@github.com:tensorflow/serving.git
$ cd serving
$ git checkout tags/1.13.0
# another repo
$ cd $SRC
$ git clone git@github.com:tensorflow/tensorflow.git
$ cd tensorflow
$ git checkout tags/v1.13.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment