Git-basic Git Workflow

Source: Internet
Author: User
Tags git workflow git commands

Definition

Git is a software this allows you to keep track of changes made to a project over time. Git works by recording the changes do to a project, storing those changes, then allowing you to reference them as NE Eded.

Git project can be thought of as has three parts:

    1. A working Directory: where you'll be doing all the work:creating, editing, deleting and organizing files
    2. A Stagingarea: where you ' ll list changes your make to the working directory
    3. A Repository: Where Git permanently stores those changes as different versions of the project

Use Git commands to help keep track of changes made to a project:

    • git initCreates a new Git repository
    • git statusInspects the contents of the working directory and staging area
    • git addAdds files from the working directory to the staging area
    • git diffShows the difference between the working directory and the staging area
    • git commitPermanently stores file changes from the staging area in the repository
    • git logShows a list of all previous commits

Git-basic Git Workflow

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.