After carefully reading the above mentioned git introductions, I have created git working environment. The commands are:
$git clone http://github.com/bioperl/bioperl-live.git
$git remote add upstream http://github.com/bioperl/bioperl-live.git
$git remote add jyinrepo git@github.com:yinjun111/bioperl-live.git
$git checkout -b workingbranch
After this, I will work on workingbranch.
The commands during the work can be:
$git commit -m "xxx"
$git push
$git update
$git pull upstream master #update the clone
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment