git tips

svn update 对应的git 操作


I use "git clone" to get the initial check out. After that I use "git pull"
inside the directory to update the check out, right?

Something like following, right?
git clone git://projects.reactivated.net/~dsd/libusb.git
cd libusb
git pull

For subversion, I use "svn co" for the initial check out, and then I
use "svn update" inside the check out directory to update.

2

git config --glbal user.name 'xiaojay'
写到文件 ~/.gitconfig

你可能感兴趣的:(.net,SVN,git,subversion)