├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md └── git-automation ├── README.md └── basicGitAutoPush.sh /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amamov/gits/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amamov/gits/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amamov/gits/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amamov/gits/HEAD/README.md -------------------------------------------------------------------------------- /git-automation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amamov/gits/HEAD/git-automation/README.md -------------------------------------------------------------------------------- /git-automation/basicGitAutoPush.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amamov/gits/HEAD/git-automation/basicGitAutoPush.sh --------------------------------------------------------------------------------