├── .gitignore ├── LICENSE ├── README.md └── git-clone.md /.gitignore: -------------------------------------------------------------------------------- 1 | *.txt 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onurravli/git-turkce-kullanma-kilavuzu/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onurravli/git-turkce-kullanma-kilavuzu/HEAD/README.md -------------------------------------------------------------------------------- /git-clone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onurravli/git-turkce-kullanma-kilavuzu/HEAD/git-clone.md --------------------------------------------------------------------------------