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

https://github.com/xpdojo/git

Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers collaboratively developing source code during software development.
https://github.com/xpdojo/git

git

Last synced: about 2 months ago
JSON representation

Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers collaboratively developing source code during software development.

Awesome Lists containing this project

README

          

# Git Playground

- [Git Playground](#git-playground)
- [설치](#설치)
- [업데이트](#업데이트)
- [참조](#참조)

```sh
git --version
```

```sh
git config --global user.name "Changsu Im"
git config --global user.email "imcxsu@gmail.com"
```

## 설치

```sh
sudo apt install git
```

## 업데이트

```sh
sudo add-apt-repository ppa:git-core/ppa
```

```sh
sudo apt update
sudo apt upgrade
```

## 참조

- [Download for Linux and Unix](https://git-scm.com/download/linux) - Git Book