├── .gitignore ├── LICENSE ├── README.md └── images ├── PR.png ├── clone.png ├── fork.png └── pullreq.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpit456jain/Open-Source-Programs/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpit456jain/Open-Source-Programs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpit456jain/Open-Source-Programs/HEAD/README.md -------------------------------------------------------------------------------- /images/PR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpit456jain/Open-Source-Programs/HEAD/images/PR.png -------------------------------------------------------------------------------- /images/clone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpit456jain/Open-Source-Programs/HEAD/images/clone.png -------------------------------------------------------------------------------- /images/fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpit456jain/Open-Source-Programs/HEAD/images/fork.png -------------------------------------------------------------------------------- /images/pullreq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpit456jain/Open-Source-Programs/HEAD/images/pullreq.png --------------------------------------------------------------------------------