Last Updated: February 25, 2016
·
700
· jedybg

Git Clone Without the additional Subdirectory

Adding an additional argument to the clone command does the trick

git clone repository_location .

repository_location should be replaced with actual repository location of course.