[sourcecode language="bash"]
sudo apt-get install git-core git-svn git-gui gitk
[/sourcecode]
Setting name dan email
[sourcecode language="bash"]
git config --global user.name "Saifi Ahmada"
git config --global user.mail "saifiahmada@gmail.com"
git config --global credential.helper cache
git config --global credential.helper 'cache --timeout=3600'
[/sourcecode]
Clone project
[sourcecode language="bash"]
git clone git://github.com/saifiahmada/Struts2Example13.git
[/sourcecode]
[sourcecode language="bash"]
git clone git://github.com/saifiahmada/Struts2Example13.git
[/sourcecode]
[sourcecode language="bash"]
git clone git://github.com/saifiahmada/Struts2Example13.git
[/sourcecode]

No comments:
Post a Comment