Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git clone repo with name

git clone https://github.com/foo/repo_name.git new_directory_name
Comment

git clone new name

/*
Эта команда создаёт каталог libgit2, инициализирует в нём подкаталог .git, скачивает все данные для этого репозитория и извлекает рабочую копию последней версии. Если вы перейдёте в только что созданный каталог libgit2, то увидите в нём файлы проекта, готовые для работы или использования. Для того, чтобы клонировать репозиторий в каталог с именем, отличающимся от libgit2, необходимо указать желаемое имя, как параметр командной строки:
*/
git clone https://github.com/libgit2/libgit2 mylibgit
Comment

git clone with new name

 git clone https://github.com/Shirshakkandel/nextjs-starter-new Daisuki
Comment

PREVIOUS NEXT
Code Example
Shell :: mount cifs ubuntu 
Shell :: linux create folder 
Shell :: install ionic version 
Shell :: clean local branches git 
Shell :: linux append content of file to another linux 
Shell :: bash case 
Shell :: how to remove non empty dircetory 
Shell :: windows edit file cmdf 
Shell :: sudo doesnt work on windows 
Shell :: check file sytem linux 
Shell :: fork bomb linux 
Shell :: grep not 
Shell :: bash while loop 
Shell :: windows history command 
Shell :: localhost wsl 
Shell :: git rename 
Shell :: ssh copy 
Shell :: quarkus install cli 
Shell :: $() vs `` bash 
Shell :: chmod x command 
Shell :: change current branch git 
Shell :: get a remote branch git 
Shell :: Kali - How to Uninstall Software on Kali Linux 
Shell :: remove letter in string bash 
Shell :: installing deb 
Shell :: ubuntu use pip as pip3 
Shell :: install brave on linux 
Shell :: install amplify cli on mac 
Shell :: ssh copy folder from local to remote 
Shell :: mpi installation in linux 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =