タグ

gitに関するfopsのブックマーク (3)

  • VScodeだけでGit操作を完結させるのだ~~ッ!!

    VScodeだけでGit操作を完結させる方法について書くのだ。 👀その前に! この記事は、以下の2つの拡張機能がインストールされている前提で進めるのだ。 Git Graph - Visual Studio Marketplace GitLens — Git supercharged - Visual Studio Marketplace インストールしておいてほしいのだ。 ✅ステージング(git add ◯) 以下のようにするのだ。 +ボタンをクリック:ステージングする ーボタンをクリック:ステージングを解除する ▲ステージング→解除 ✅コミット名を自動でつける 右にある✨ボタンを押すと、コミット名を自動で決めてくれるのだ👇 ▲この例だと、変更内容が意味不明すぎて変なコミット名になってるし、現状英語だけみたい? これは、GitHub Copilotの機能なのだ。 ✅コミット(git c

    VScodeだけでGit操作を完結させるのだ~~ッ!!
    fops
    fops 2023/12/08
    ターミナルでいいじゃんと思ったけど、コマンドとGUI操作の対応が整理されてて、これはこれでよいまとめかも。
  • TortoiseGit – Windows Shell Interface to Git

    TortoiseGit provides overlay icons showing the file status, a powerful context menu for Git and much more! Learn more about TortoiseGit. Download News2024-11-01 | Released TortoiseGit 2.17.0.2 (the installer of 2.27.0.1 was missing statically linked x86 libraries for the x64 build)2024-11-01 | Released TortoiseGit 2.17.0.1 as an important bugfix, see issue #41772024-10-30 | Released TortoiseGit 2.

    fops
    fops 2016/08/11
  • Git - Book (日本語訳)

    The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license. Print versions of the book are available on Amazon.com. The version found here has been updated with corrections and additions from hundreds of contributors. If you see an error or have a s

    fops
    fops 2016/08/11
    Pro Git 2nd Editionの日本語訳。
  • 1