Git for detailed use, git for use1. Git Concept1.1 The Git library consists of three partsGit repository is that. the git directory stores the submitted document index content. Git can track the content of the documents it manages based on the
1. Git Concepts1.1. Git libraries are made up of three partsThe git repository is the. git directory, which holds the document index content that we submit, and Git can track the document it manages based on the document index content, enabling
1. Git concept
1.1. Git library is made up of three parts
The Git repository is the. Git directory that contains the contents of the document we submitted, and Git can track the documents it manages based on the content of the document index,
Address: http://blog.csdn.net/ariesjzj/article/details/7747876
Like SVN and CVS, git is a source code management system. Different from the latter two, it not only supports centralized management, but also works in a distributed manner, that is, all
Strong push, which uses your local code to replace content in your git repository with a strong overlayGit push-fgit fetch--prune #这样就可在本地删除在远程不存在的branchMans Git-fetch--pruneAfter fetching, remove any remote tracking branches which no longer exist
Git usage summary git is currently the most popular code management software, including Linuxkernel source code and android source code are managed by git. Git is highly efficient and clean, and the generated intermediate file does not affect the
Git usage summary git is currently the most popular code management software, including Linux kernel source code and android source code are managed by git. Git is highly efficient and clean, and the generated intermediate file does not affect the
1. Configurationgit config--global user.name "your name"git config--global user.email [email protected]git config--global color.ui truegit config--global core.editor vigit config--global alias.lol "log--graph--all" set alias so that LOL is your new
From: http://rongjih.blog.163.com/blog/static/3357446120107111449543/
Get ready:Sudo apt-Get install Git-SVN
Follow these steps to convert the svn repository to a git Repository:1) Move the remote SVN repository to the Local Machine (this step is
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.