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.
- Host: GitHub
- URL: https://github.com/xpdojo/git
- Owner: xpdojo
- License: gpl-3.0
- Created: 2022-10-02T11:56:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T07:05:37.000Z (over 3 years ago)
- Last Synced: 2025-06-17T22:39:36.084Z (12 months ago)
- Topics: git
- Language: Shell
- Homepage: https://en.wikipedia.org/wiki/Git
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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