User Tools

Site Tools


сервис_git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
сервис_git [2023/03/09 12:23]
val [Пример с тестовой веткой]
сервис_git [2023/09/14 15:37] (current)
val [On-Premise gitlab]
Line 114: Line 114:
 ===== Обновление сетевого репозитория из локального ===== ===== Обновление сетевого репозитория из локального =====
  
 +  * [[https://​dzen.ru/​a/​YufH0P_uAEpuxnPg|Работа с тегами Git: создание,​ удаление,​ использование]]
 ==== On-Premise gitlab ==== ==== On-Premise gitlab ====
  
Line 122: Line 123:
  
 $ git remote remove origin $ git remote remove origin
 +$ ### git remote rename origin old-origin
  
 $ git remote add origin http://​server.corpX.un/​student/​dhcp.git $ git remote add origin http://​server.corpX.un/​student/​dhcp.git
 +$ ### git remote add origin http://​server.corpX.un:​3000/​student/​dhcp.git
 +$ ### git remote add origin git@server.corpX.un:​student/​gowebd.git
  
 $ git branch $ git branch
Line 132: Line 136:
  
 $ ### cat ~/​.git-credentials $ ### cat ~/​.git-credentials
 +
 +$ git tag ver1.2
 +
 +$ git push origin ver1.2
 +
 +$ git tag
 </​code>​ </​code>​
  
Line 174: Line 184:
 <​code>​ <​code>​
 # git clone http://​server.corpX.un/​student/​dhcp.git # git clone http://​server.corpX.un/​student/​dhcp.git
 +
 +  или
 +
 +# git clone http://​server.corpX.un:​3000/​student/​dhcp.git
  
   или   или
Line 209: Line 223:
 ===== Работа с ветками ===== ===== Работа с ветками =====
  
 +  * [[https://​stackoverflow.com/​questions/​2003505/​how-do-i-delete-a-git-branch-locally-and-remotely|How do I delete a Git branch locally and remotely?]]
 +  * [[https://​stackoverflow.com/​questions/​10312521/​how-do-i-fetch-all-git-branches|How do I fetch all Git branches?]]
 ==== Пример с тестовой веткой ==== ==== Пример с тестовой веткой ====
 <​code>​ <​code>​
Line 239: Line 255:
 ... ci/cd prod ... ... ci/cd prod ...
  
 +λ git push -d origin test
 +λ git branch -d test
  
 val@bro:​~/​conf$ git fetch --all val@bro:​~/​conf$ git fetch --all
сервис_git.1678353794.txt.gz · Last modified: 2023/03/09 12:23 by val