Git's delete local repository

Source: Internet
Author: User
Tags git clone

Clone a warehouse from the GitHub:

git clone git@github.com:username/repo.git

To delete a local warehouse:

Quincy_c@quincy Mingw64/gitskills/gitskills (Master)
$ git Branch
* Master

Quincy_c@quincy Mingw64/gitskills/gitskills (Master)
$ git init # initialize warehouse
reinitialized existing Git repository in D:/program files/git/gitskills/gitskills/.git/

Quincy_c@quincy Mingw64/gitskills/gitskills (Master)
$ ls-a 2# View internal files
./ .. /. git/readme.md

Quincy_c@quincy Mingw64/gitskills/gitskills (Master)
$ rm-rf git 3# strong deletion. Git

Quincy_c@quincy Mingw64/gitskills/gitskills
$ ls-a 4# View internal files
./ .. /readme.md

Quincy_c@quincy Mingw64/gitskills/gitskills
$ cd ... 5# Fallback

Quincy_c@quincy Mingw64/gitskills
$ RM-RF gitskills 6# Strong Delete Folder

Quincy_c@quincy Mingw64/gitskills
$ cd ... 7# Fallback

Quincy_c@quincy MINGW64/
$ RM-RF gitskills 8# Strong Delete Folder

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.