/Fast-Git-Clone

Clone Git repository faster. Eliminates the repetitive typing of git clone and copy-pasting the url

Primary LanguagePowerShell

Fast Git Clone

Clone Git repository faster. Eliminates the repetitive typing of git clone and copy-pasting the url !

Features

  • No more manually opening terminal
  • No more typing git clone
  • No more pasting url

Image

Installation

  • git clone https://github.com/gulzar1996/Fast-Git-Clone (I hate typing git clone everytime! Last time you would be typing I promise)
  • click setup.bat

How to use ?

  • Copy the git url
  • Right click on any directory where you want to clone the repository and then click on FastGitClone here option Image
  • Repositiory starts cloning.

TODO

Make for Linux OS (contributions whole heartedly accepted)

Motivation

I clone a lot of repository on my system especially for viewing the source code. At times it becomes very cumbersome to open terminal, type git clone and paste url. I know this takes very less time but only I could go lesser. Therefore to simplify the task I wrote the script. The script automatically copies the url from the clipboard and pass it as a parameter to git clone $url and using windows context it gets the directory where it needs to be cloned