wiki:GitInfo

Version 1 (modified by admin, 12 years ago) ( diff )

--

Git

samle client session

git > 1.7.1 required !!!!!!!!!

export GIT_SSL_NO_VERIFY=true

git clone https://svn.version.fz-juelich.de/gittest
echo "hier on client" > testclient.txt
git add testclient.txt
git commit -m "commit on client"
git log
git log origin
git push origin master # 1st time
git push origin # further
Note: See TracWiki for help on using the wiki.