Simple configuration of Git in a hbuilder environment

Source: Internet
Author: User

The following is a simple list of information about the simple configuration of git in the Hbuilder environment:

1. Installation and use of Hbuilder egit plug-in

http://blog.csdn.net/u011871921/article/details/44238971

2.git created a local warehouse and added a file, now this local repository do not want, how to delete? And will not delete the files inside the warehouse?

You can clear the Git file under the local folder and then reinitialize the new Git repository

//删除文件夹下的所有 .git 文件    find . -name ".git" | xargs rm -Rf

Then Add,commit and other operations can be

3.git Commit Command Analysis

http://blog.csdn.net/hudashi/article/details/7664409

4.git take the remote branch to local and establish the correlation relationship track

http://blog.csdn.net/arkblue/article/details/9790129

5. Git submits the correct posture: Commit message Writing guide

Http://www.oschina.net/news/69705/git-commit-message-and-changelog-guide

6.Git new local branch associated with remote branch problem: Git branch--set-upstream

Http://www.tuicool.com/articles/vQ36Zj

Simple configuration of Git in a hbuilder environment

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.