Git large file storage will help Git process large binary files
GitHub announced that as an open-source Git extension, the goal of the Git Large File Storage (LFS) is to better put "Large binary files, for example, audio files, datasets, images, and videos are integrated into Git
git learning notes 05--git stash
An excerpt from the Git authoritative guide
Git stash is used to save and restore work progress.
Git stash
Saves the current work progress. The state of the staging area and workspace are saved separately.
Push in Xcode hasn't reacted in a long time, and then it stopped.
Son, I tried push in the terminal, and there was an error:
Git push Origin Master
Fatal: ' Origin ' does not appear to be a git repository
Fatal:could not read from remote repository.
Sure you have the correct access rights
and the repository exists.
The result check: Remotes Incredibly was I modified, the default is Origin now become Test
Git's fast-forward has been introduced in previous articles, but the introduction is not fine:Http://www.cnblogs.com/charlesblc/p/5953066.htmlThe fast-forward method is that when the condition permits, git directly points the head pointer to the header of the merge branch and completes the merge. is a "fast forward", but if you delete a branch, the branch information is lost.Because Commitsquash is not created in this process to compress some unnecess
This article refer to the Git–useful Tips article translation, improper, please understandThe purpose of this article is to provide a useful reminder of the frequent use of git management projects. If you're new to Git, you can read the references section first, and then read this article later. Before you introduce GIT
First of all, thank you for your support. Some of the content of this blog show the format of a terrible, deliberately adjusted, I hope to be helpful to everyone.
Git has been used for a while in a standalone environment and found that the Git plugin in IntelliJ idea is not perfect. First, the Git local repository in IntelliJ idea must be built under the current
> #git add-i
Interactively add the workspace code to the local code buffer
> #git add-p
The option y/n/a/d/e appears
If you select Y to add the workspace code to the local code buffer, select N or D to terminate the commit operation, select a to add
How to submit code to a central warehouse
1.> #git Add Some-file
#git
Git. Git 1. git 1. what is Git? Git is a free and open-source distributed version control system for agile and efficient processing of any small or large project. Git is one of the open-source
One of git, one of Git's detailed
1. What is git?Git is a free, open source distributed version control system for agile and efficient processing of any or small or large project.
Git is an open source distributed version control system for efficient, high-speed processing of project versioning from very small to very
I like GitHub. My personal code is all hosted on it, but some companies or projects are not suitable for GitHub. You hope to have a completely private repository, if you have a server, this is obviously easy to do.
The following is a simple description of a git service that I deployed in a project. After local updates are submitted, the server automatically updates the code to the repository of online code.Create a user and allow the client to log on
the most important, you can view the following learning materials.Learning ResourcesThis article simply records some things, and does not talk about how git works, how to use, because the data is very perfect, use to view.1. Liu Xuefeng git tutorial (Chinese)Http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/ 0013744142037508cf42e51debf49668810645e028876910002. Graphic
Common Git commands and common Git commands
Mkdir:XX (create an empty directory XX refers to the directory name)
Pwd:Shows the path of the current directory.
Git initChange the current directory to a manageable git repository and generate a hidden. git file.
First, install Git on eclipse, just like installing other pluginsHelp->install New Software->add ...Enter Name,location in the pop-up box; click-"OK"In this step, check all the options under Name, click Next to install, and then restart eclipse after installing.After reboot, make a simple configurationClick Windows->preferences, Team---git->configuration appearsClick Add Entry ... Enter key valueKey, name f
When using git, the general usage is CD to the repository directory for related operations, such as there is such a repository, D: \ pygit2 (through git clone https://github.com/libgit2/pygit2.git)The general practice is cd d: \ pygit2, and then execute Git-related commands, such as
Document directory
Git is distributed, and SVN is not:
Git stores the content in metadata mode, while SVN stores the content by file:
Git branch and SVN branch are different:
Git does not have a global version number, while SVN does:
The content integrity of git is be
1. Git add is an easy-to-query command. The SVN add action in Subversion is to add a file to version control, and git add has a completely different meaning.At the same time, Git diff--cached is the difference between the files in the stage and a non-intuitive command.GitHub's 2008 blog, also mentioned, is prone to confusion:https://github.com/blog/196-gittogethe
git resolves local conflicts
The process is very simple, mainly using the git stash command for processing, divided into the following steps to deal with.
1. Store local Modifications first
$ git stashThis allows all local modifications to be temporarily stored. is to use Git stash list to see the saved information:
Directory
Tools
Installation items
Save the Local Password
Common git operations
How to manage our versions and branches
Tools
Git, an open-source version controller, is very popular. Next I will summarize what needs to be developed using git.
Client:
1. msysgit is a functional software on the window platform.
Https://code.google.com
Why use Git
Confucius once said, the name is a word shun shun the matter into.
Before we learn a new technology, figuring out why it's important to learn it, and why we want to learn about git, I use a if-else statement to tell you why:
if (you believe me) { I recommend you to study;} else if (admittedly, I am not a bull, you can not believe me, but you should believe in most people's choice)
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.