An open API service indexing awesome lists of open source software.

https://github.com/jongfeel/gitstudy


https://github.com/jongfeel/gitstudy

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# git study

```csharp
for (int i=0; i < 10; i++)
{
// code to execute.
}

```

## Basic concept
- Working directory
- Index
- Local repository
- Remote repository

## Command
- git init
- git add
- git commit
- git log