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 [username]@yangli-feasibility.com:/var/www/git/transfer_learning_ace.git

There are two main branches in this repository

  • master: stable version
  • working: current working version

Git workflow

Create a working branch in your local repository if you don't have one:

  cd trans_learn_preprocess 

Check out latest change from the remote 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.1504668121.txt.gz · Last modified: 2017/09/05 23:22 by yang