Skip to content

Releases: jxmked/Repo_Clone

Minor fixes v0.2.1

16 Jan 17:07
Compare
Choose a tag to compare

What's Changed

  • Fixes: branch w/ dot & url w/ .git at the end by @jxmked in #6

Full Changelog: v0.2.0...v0.2.1

Version 2 in Rust Language

16 Jan 08:42
Compare
Choose a tag to compare

My new version of Repo_Clone written in Rust instead of Shell script.

Version 1.0

19 Jul 08:11
Compare
Choose a tag to compare

Some Issue from git pull-ing from different branch has been fixed.

Version 0.9

19 Jul 07:09
Compare
Choose a tag to compare

Added New Feature Where

  • git pull origin has been added to update your cloned repository. (Use -p flag)

  • -clear flag has been added to clear Temporary Folder

  • Fixed: Cloning Repository To Temp Folder and Moving It to Desired Directory.
    Having Multiple Temporary Files Causes to Unable To function Regularly.
    Added -clear flag to clear temporary files.

Version 0.7

19 Jul 05:46
Compare
Choose a tag to compare

Better Arguments Handler
Use of RegEx than Cut to extract Username and Repository Name and also Branch Name from Given URL
Cloning Private Repository Are Now Capable But It Requires Your Github Token

Some issue has been fixed.

What is Repo Clone?

Repo clone is a git cli dependency script that will clone a github repository and move cloned files into a desired location.
Repo clone able to clone a github repository without data (Anonymous mode) by default.