Дон Карлос ([info]kastaneda) wrote,
@ 2009-04-17 14:12:00
Previous Entry  Add to memories!  Share this!  Next Entry
git help
mkdir git_master
cd git_master
git init
echo "Version one" > README
git add README
git commit -m "1"

cd ..
git clone git_master git_slave
cd git_slave
echo "Version two" > README
git commit -a -m "2"

git push
cd ../git_master
cat README     # Version one
git status     # modified:   README
ЧЯДНТ?


(Read 34 comments)

Post a comment in response:

From:
Username:
Password:
Don't have an account? Create one now.
You can easily comment on posts under your Facebook account
You can easily comment on posts at LiveJournal under your Twitter account
Help
Subject:
No HTML allowed in subject
   Help
Message:


 

Notice! This user has turned on the option that logs your IP address when posting.  Help