git help

Friday, April 17th, 2009 14:12
kastaneda: (Default)
[personal profile] kastaneda
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
ЧЯДНТ?
(will be screened)
(will be screened if not validated)
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

September 2024

M T W T F S S
      1
2345 678
9101112131415
16171819202122
23242526272829
30