Skip to content
View aoiuyalong's full-sized avatar

Block or report aoiuyalong

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
aoiuyalong/README.md

What is a repository?

A repository is a directory in which all files are managed by Git. Git can track every modification or deletion of a file so that it can be traced at any time in history or "restored" at any future point.

So, creating a repository is very simple. First, select a suitable place and create an empty directory:

$ mkdir learngit

$ cd learngit

$ pwd

/Users/michael/learngit

The PWD command is used to display the current directory.

On my Mac, the repository is located at /Users/ Michael/Learngit.

If you are using Windows, make sure that the directory names (including the parent directory) do not contain Chinese to avoid all sorts of confusing issues.

Step 2: Turn this directory into a repository that git can manage with the git init command:

$ git init

Initialized empty Git repository in /Users/michael/learngit/.git/

Git/Git/Git/Git/Git/Git/Git/Git/Git/Git/Git

I destroyed the Git repository.

If you don't see the.git directory, it's because it's hidden by default and can be seen with the ls-ah command.

Popular repositories Loading

  1. Edit-This-Cookie Edit-This-Cookie Public

    Forked from ETCExtensions/Edit-This-Cookie

    EditThisCookie is the famous Google Chrome/Chromium extension for editing cookies

    JavaScript 1

  2. first-interaction first-interaction Public

    Forked from actions/first-interaction

    An action for filtering pull requests and issues from first-time contributors

    JavaScript 1 1

  3. angular-cli angular-cli Public

    Forked from angular/angular-cli

    CLI tool for Angular

    TypeScript 1

  4. aoiuyalong aoiuyalong Public

    Config files for my GitHub profile.

  5. docs docs Public

    Forked from github/docs

    The open-source repo for docs.github.com

    JavaScript

  6. competitive-companion competitive-companion Public

    Forked from jmerle/competitive-companion

    Browser extension which parses competitive programming problems

    TypeScript