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/09/14 15:37]
val [On-Premise gitlab]
сервис_git [2025/06/08 13:34] (current)
val [Сервис Git]
Line 12: Line 12:
  
   * [[https://​youtu.be/​SEvR78OhGtw|youtube/​Артем Матяшов/​Git. Большой практический выпуск (youtube)]]   * [[https://​youtu.be/​SEvR78OhGtw|youtube/​Артем Матяшов/​Git. Большой практический выпуск (youtube)]]
 +
 +  * [[https://​github.com/​github/​gitignore/​tree/​main|A collection of .gitignore templates]]
 ===== Работа с локальным репозиторием ===== ===== Работа с локальным репозиторием =====
  
Line 20: Line 22:
  
 server:~$ cd conf/ server:~$ cd conf/
 +  или
 +server:~$ git -C conf/ ...
  
 server:​~/​conf$ echo Hello World > file1 server:​~/​conf$ echo Hello World > file1
Line 61: Line 65:
  
 server:​~/​conf$ git diff <commit hash N> <commit hash M> file1 server:​~/​conf$ git diff <commit hash N> <commit hash M> file1
 +
 +server:​~/​conf$ git reset --hard <commit hash N>
 </​code>​ </​code>​
  
Line 118: Line 124:
  
   * [[https://​stackoverflow.com/​questions/​6565357/​git-push-requires-username-and-password|Git push requires username and password]]   * [[https://​stackoverflow.com/​questions/​6565357/​git-push-requires-username-and-password|Git push requires username and password]]
 +  * [[https://​stackoverflow.com/​questions/​5480258/​how-can-i-delete-a-remote-tag|How can I delete a remote tag?]]
  
 <​code>​ <​code>​
Line 131: Line 138:
 $ git branch $ git branch
  
 +$ ### git config http.sslVerify "​false"​
 $ ### git config credential.helper store $ ### git config credential.helper store
  
Line 142: Line 150:
  
 $ git tag $ git tag
 +
 +$ ###git tag -d ver1.3
 +$ ###git push --delete origin ver1.3
 </​code>​ </​code>​
  
сервис_git.1694695053.txt.gz · Last modified: 2023/09/14 15:37 by val