├── .gitignor ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── _config.yml ├── docs └── pull_request_template.md └── learning ├── git-flow ├── 00-readme.md ├── 01-using-git-version-controll.md ├── 02-branching-styles.md ├── 03-branch-naming-conventions.md ├── 04-git-from-command-line.md ├── 05-gitflow-vs-git-commands.md └── 06-gitflow-cheatsheet.md ├── git └── fix-git-problems.md ├── github ├── --no-of_rebase.md ├── README.MD ├── delete-file-from-repo.md ├── gitignor.md ├── release-ranch.md └── قالب_ایجاد_فایل_ریدمی.md ├── howto └── readme.md └── stackoverflow └── readme.md /.gitignor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/.gitignor -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/_config.yml -------------------------------------------------------------------------------- /docs/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/docs/pull_request_template.md -------------------------------------------------------------------------------- /learning/git-flow/00-readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/learning/git-flow/00-readme.md -------------------------------------------------------------------------------- /learning/git-flow/01-using-git-version-controll.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/learning/git-flow/01-using-git-version-controll.md -------------------------------------------------------------------------------- /learning/git-flow/02-branching-styles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/learning/git-flow/02-branching-styles.md -------------------------------------------------------------------------------- /learning/git-flow/03-branch-naming-conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/learning/git-flow/03-branch-naming-conventions.md -------------------------------------------------------------------------------- /learning/git-flow/04-git-from-command-line.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/learning/git-flow/04-git-from-command-line.md -------------------------------------------------------------------------------- /learning/git-flow/05-gitflow-vs-git-commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/learning/git-flow/05-gitflow-vs-git-commands.md -------------------------------------------------------------------------------- /learning/git-flow/06-gitflow-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/learning/git-flow/06-gitflow-cheatsheet.md -------------------------------------------------------------------------------- /learning/git/fix-git-problems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/learning/git/fix-git-problems.md -------------------------------------------------------------------------------- /learning/github/--no-of_rebase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/learning/github/--no-of_rebase.md -------------------------------------------------------------------------------- /learning/github/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/learning/github/README.MD -------------------------------------------------------------------------------- /learning/github/delete-file-from-repo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/learning/github/delete-file-from-repo.md -------------------------------------------------------------------------------- /learning/github/gitignor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/learning/github/gitignor.md -------------------------------------------------------------------------------- /learning/github/release-ranch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/learning/github/release-ranch.md -------------------------------------------------------------------------------- /learning/github/قالب_ایجاد_فایل_ریدمی.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/learning/github/قالب_ایجاد_فایل_ریدمی.md -------------------------------------------------------------------------------- /learning/howto/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/learning/howto/readme.md -------------------------------------------------------------------------------- /learning/stackoverflow/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iran-react-community/docs/HEAD/learning/stackoverflow/readme.md --------------------------------------------------------------------------------