Because the customer uses GIT to manage the source code, it's always convenient to use CVS and SVN before. Git has a UI client on the Mac, but it's not good, but it's also easy to use the command method. Here are the common commands:
Login
SSH Zzccd@ctlab-> Enter the account number, this use is logged in. The commonly used commands are available.
PWD returns the current path
Logout exit
Submit Code:
Go to the Submit directory if you need to submit all "git Add." or "Git add <file>"
Input: Git commit-a-M "Test"
True submission: git push Zzccd@ctlab:/projects/testapp Master
Clone Project:
git clone Zzccd@ctlab:/projects/testapp Testappclone
To export a file from a warehouse:
Git-checkout
If you want to overwrite local modifications, you can use the-F option to export the file so that you can take you back to a clean state:
Git-checkout-f
To view the current work: Git-diff
GIT's status hint: Git-status
GUI Management tools: OpenInGitGui-2.1
http://code.google.com/p/git-osx-installer/downloads/detail?name=openingitgui-2.1.zip&can=3&q=& sort=-uploaded