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

https://github.com/ykws/git-help

Git Help
https://github.com/ykws/git-help

git git-flow

Last synced: 6 months ago
JSON representation

Git Help

Awesome Lists containing this project

README

          

# Git Help

[![macOS](https://img.shields.io/badge/macOS-Catalina-black)](https://developer.apple.com/macos/)
[![git](https://img.shields.io/badge/git-2.23.0-orange)](https://git-scm.com/)

* [Pro Git Book](https://git-scm.com/book/ja/v2)
* [Gitチートシート](https://github.github.com/training-kit/downloads/ja/github-git-cheat-sheet.pdf)

## Git ignore

* [gitignore.io](https://www.gitignore.io/)

### macOS

global ignore .DS_Store

```
$ git config --global core.excludesfile ~/.gitexclude
$ echo ".DS_Store" >> ~/.gitexclude
```

## Git Flow

* [A successful Git branching model を翻訳しました](http://keijinsonyaban.blogspot.com/2010/10/a-successful-git-branching-model.html)

### Git Extension

* [git-flow(AVH Edition)](https://github.com/petervanderdoes/gitflow-avh)

#### Cheatsheet

* [git-flow cheatsheet](https://danielkummer.github.io/git-flow-cheatsheet/index.ja_JP.html)