[Git] git
Step 1 .
Install following software:
#sudo apt-get install git-core curl
Step 2.
Edit ~/.netrc
===============
machine $(Git Server Address)
login USERNAME
password PASSWORD
================
Step 3
Download Source code to your PC:
#git clone http://$(Git Server Address)/w89.git
download
git pull origin master
git add .
git commit
upload
git push
Install following software:
#sudo apt-get install git-core curl
Step 2.
Edit ~/.netrc
===============
machine $(Git Server Address)
login USERNAME
password PASSWORD
================
Step 3
Download Source code to your PC:
#git clone http://$(Git Server Address)/w89.git
download
git pull origin master
git add .
git commit
upload
git push
Comments
Post a Comment