<
От версии < 2.1 >
отредактировано Alexandr Fokin
на 2020/01/07 02:26
К версии < 2.34 >
отредактировано Alexandr Fokin
на 2022/02/13 23:32
>
Изменить комментарий: Удаленный объект

Комментарий

Подробности

XWiki.XWikiComments[4]
Автор
... ... @@ -1,0 +1,1 @@
1 +XWiki.cccc1808
Комментарий
... ... @@ -1,0 +1,16 @@
1 +Загрузить ветку
2 +How to download a branch with git?
3 +https://stackoverflow.com/questions/2294313/how-to-download-a-branch-with-git
4 +
5 +{{code language="cmd"}}
6 +git branch --track <LocalBranchName> origin/<RemoteBranchName>
7 +git checkout <LocalBranchName>
8 +{{/code}}
9 +
10 +Отправить одну определенную ветку в определенный репозиторий (в том числе в пустой)
11 +{{code language="cmd"}}
12 +git remote add <RepositoryAlias> <RepositoryUrl>
13 +git checkout <LocalBranchName>
14 +git push -u <RepositoryAlias> <LocalBranchName>:<RemoteBranchName>
15 +git remote remove <RepositoryAlias>
16 +{{/code}}
Дата
... ... @@ -1,0 +1,1 @@
1 +2021-08-10 19:42:10.543
XWiki.XWikiComments[5]
Автор
... ... @@ -1,0 +1,1 @@
1 +XWiki.cccc1808
Комментарий
... ... @@ -1,0 +1,3 @@
1 +Git refusing to merge unrelated histories on rebase
2 +https://stackoverflow.com/questions/37937984/git-refusing-to-merge-unrelated-histories-on-rebase
3 +
Дата
... ... @@ -1,0 +1,1 @@
1 +2021-08-17 11:54:07.0