GIT basic operations. git usage tutorialGitThe job is to create and save the snapshots of your project and compare them with the subsequent snapshots. In short, Git is the source code management tool. The following are simple Git commands that are
Git command for obtaining and creating projects, git command for obtaining Projects
Obtain and create project commands
Git init
Use git init to create a Git repository in the directory. You can do this at any time and in any directory, and it is
Git is a powerful distributed versioning tool that applies not only to the source code for managing large open source software (such as Linux kernel), but also to managing private documents and sources (such as: Wsi-lgame-pro)
For more information
GitLinus Torvalds, a distributed version control tool, introduced Git-the stupid content tracker (silly content tracker)
1. Git background
Git was originally written by Linus Torvalds and used as a version control tool for Linux kernel development.
GitLinus Torvalds, a distributed version control tool, introduced Git-the stupid content tracker (silly content tracker)
1. Git background
Git was originally written by Linus Torvalds and used as a version control tool for Linux kernel development.
Features:
1. You can quickly switch between project branches.
2. roll back the version of a branch.
3. You do not need to modify the configuration file (defined for projects) for each branch switch)
4. You do not need to create/switch
Git 3 and git 3. Details are as follows: echoGitisadistributed git 3 and git 3
1. status and diff commands
Previously, we successfully submitted a readme.txt file and modified readme.txt as follows:
echo "Git is a distributed version control
Build your own Git server in Linux
After setting up your own Git server in Linux, I finally finished it for a long time. record it, or I will forget it next time.Process:
Server
Build git directory
Git user, git group as repository
Git is a distributed version Control tool, and its author, Linus Torvalds, introduces us to git--the stupid content tracker (a fool-like tracker)1. Git backgroundGit was originally written by Linus Torvalds, a version control tool for Linux kernel
Git version management tool
Git is a distributed version control tool. Its Author Linus Torvalds is introducing Git-The stupid content tracker (silly content tracker)
1. Git background
Git was originally written by Linus Torvalds and used as a
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.