Skip to content

Git commands

Vladimir Pavlychev edited this page Mar 28, 2022 · 2 revisions

Git commands

gb = alias: |> git branch

  • gb --remote - Просмотр созданных бранчей(веток) на удалённом сервере.
  • Удаление веток
    • локално: gb -D feature/branch
    • удалённо: git push origin --delete feature/somefeature1
Clone this wiki locally