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
- Host: GitHub
- URL: https://github.com/ykws/git-help
- Owner: ykws
- Created: 2020-01-23T16:15:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T16:17:08.000Z (about 6 years ago)
- Last Synced: 2025-03-23T07:13:19.494Z (about 1 year ago)
- Topics: git, git-flow
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.ja.md
Awesome Lists containing this project
README
# Git Help
[](https://developer.apple.com/macos/)
[](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)