Git for Mac OS X

Source: Internet
Author: User
Tags git clone

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.