https://github.com/jongfeel/gitstudy
https://github.com/jongfeel/gitstudy
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jongfeel/gitstudy
- Owner: jongfeel
- Created: 2018-05-26T04:42:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T05:29:59.000Z (about 8 years ago)
- Last Synced: 2025-03-16T22:27:06.544Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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