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

https://github.com/ktaranov/github-stump

Useful stump for new GitHub repository. Just copy or download and start your new repo.
https://github.com/ktaranov/github-stump

gitattributes github-secrets stump

Last synced: about 1 month ago
JSON representation

Useful stump for new GitHub repository. Just copy or download and start your new repo.

Awesome Lists containing this project

README

        

# GitHub Stump

[![licence badge]][licence]
[![stars badge]][stars]
[![forks badge]][forks]
[![issues badge]][issues]

[licence badge]:https://img.shields.io/badge/license-MIT-blue.svg
[stars badge]:https://img.shields.io/github/stars/ktaranov/github-stump.svg
[forks badge]:https://img.shields.io/github/forks/ktaranov/github-stump.svg
[issues badge]:https://img.shields.io/github/issues/ktaranov/github-stump.svg

[licence]:https://github.com/ktaranov/github-stump/blob/master/LICENSE.md
[stars]:https://github.com/ktaranov/github-stump/stargazers
[forks]:https://github.com/ktaranov/github-stump/network
[issues]:https://github.com/ktaranov/github-stump/issues

Useful stump for new GitHub repository. Just copy or download and start your new repo.

Navigation
- [Repo structure](#repo-structure)
- [GitHub Resources](#github-resources)
- [License](#license)

## Repo structure
- [.github](/.github)
- [bug_report.md](/.github/bug_report.md)
- [feature_request.md](/.github/feature_request.md)
- [.gitattributes](/.gitattributes)
- [.gitignore](/.gitignore)
- [CONTRIBUTING.md](/CONTRIBUTING.md)
- [LICENSE](/LICENSE)
- [README.md](/README.md)

**[⬆ back to top](#github-stump)**

## GitHub and Git Resources
- [GitHub Resources for Beginners](https://dzone.com/articles/github-resources-for-beginners)
- [Cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet)
- [Awesome Github](https://github.com/Kikobeats/awesome-github)
- [Github Cheat Sheet Хабрахабр](https://habrahabr.ru/post/219219/)
- [Git and GitHub Secrets (Zach Holman)](http://confreaks.tv/videos/aloharuby2012-git-and-github-secrets)
- [More Git and GitHub Secrets (Zach Holman)](https://vimeo.com/72955426)
- [GitHub Help](https://help.github.com/)
- [Эффективное использование Github](https://habrahabr.ru/company/2gis/blog/306166/)
- [Try GIT in Browser](https://try.github.io/)
- [Bash: Основы командной строки](https://ru.hexlet.io/courses/bash/)
- [Github Guides](https://guides.github.com)
- [GitHub Flavored Markdown Spec](https://github.github.com/gfm/)
- [GitHub About issue and pull request templates](https://help.github.com/articles/about-issue-and-pull-request-templates/)
- [Pro Git book](https://git-scm.com/book/en/v2)
- [Git Command Explorer - Find the right commands you need without digging through the web](https://gitexplorer.com/)
- [git-history - Quickly browse the history of a file from any git repository](https://github.com/pomber/git-history)
- [How to teach Git](https://rachelcarmena.github.io/2018/12/12/how-to-teach-git.html)

**[⬆ back to top](#github-stump)**

## Markdown Wiki
- [Markdown - Basic writing and formatting syntax](https://help.github.com/articles/basic-writing-and-formatting-syntax/)
- [Mastering markdown](https://guides.github.com/features/mastering-markdown/)
- [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)

## License
[MIT](/LICENSE)

**[⬆ back to top](#github-stump)**