Repo_Clone

Clone Github repository with ease.

View the Project on GitHub

Repo Clone

About

Clone Github repository in a manageable way

Features

Requirements

Installation and Use

Download and run bash clone.sh <github repository url> [-w]

Parameters

Commands Basic Description is Required
%URl% Github repository to clone Required
-w Clone with .git folder for later use Optional
-p Pull (Update) Existing Repository in your local machine from Github Repository Optional
-clear Clear Temporary Folder Optional

Notes:

# No .git folder or git commit history
bash clone.sh https://github.com/jxmked/Repo_Clone 
# Or
# Download with .git folder or commit history.
# It also allow to download private repository
bash clone.sh https://github.com/jxmked/Repo_Clone -w

About .git folder

"The .git folder contains all information that is necessary for the project and all information relating commits, remote repository address, etc. It also contains a log that stores the commit history. This log can help you to roll back to the desired version of the code." - Google

Tested in...

Downloaded repositories will look like this...

Function has been used.

Created with love and frustration by Jovan

Model:SH-CSA-0009 - Advance Repository Cloner API