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 versionworking
: current working version
Git workflow
Create a working
branch in your local repository if you don't have one:
git branch working
Check out latest change from the remote working branch
git checkout working 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.1504234560.txt.gz · Last modified: 2017/08/31 22:56 by yang