User Tools

Site Tools


trans_learn:repository

This is an old revision of the document!


Access git repository

Make sure you have collaborator access to this repository.

  git clone git@github.com:yangli1-stanford/trans_learn_preprocess.git

There are two main branches in this repository

  • master: stable version
  • working: current working version

Git workflow

Check out latest change from the working branch

  git pull origin working

After making changes, commit to your local repository. Annotate your change in the “commit message”.

  git commit -a -m "commit message"

Push the changes to the working branch of the remote repository

  git push origin working
trans_learn/repository.1504234290.txt.gz · Last modified: 2017/08/31 22:51 by yang