0
0

More than 1 year has passed since last update.

gitkraken

Last updated at Posted at 2023-01-15

git checkout --no-track -b Branch_v.0.8.14 v.0.8.14
git checkout -b v.0.8.14-SNAPSHOT v.0.8.14
git checkout --no-track -b v.0.8.14-SNAPSHOT v.0.8.14
git push --progress "origin" main:main
git push --tags --progress "origin" refs/tags/v.0.8.15

タグ「v0.8.15」を作成してリモートリポジトリに反映する

git tag v0.8.15
git push origin v0.8.15

ローカルの全てのタグをリモートにプッシュする

git push origin --tags

gitkraken

wget https://release.gitkraken.com/linux/gitkraken-amd64.deb
sudo dpkg -i gitkraken-amd64.deb
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0