タグ

Gitに関するgreenbowのブックマーク (12)

  • すぐ使いこなせるようになりたい人のためのGit入門一覧

    CodeZine編集部では、現場で活躍するデベロッパーをスターにするためのカンファレンス「Developers Summit」や、エンジニアの生きざまをブーストするためのイベント「Developers Boost」など、さまざまなカンファレンスを企画・運営しています。

    すぐ使いこなせるようになりたい人のためのGit入門一覧
  • Gitは最初1244行しかなかった


     Junio C Hamano調LinusGit1244Git調  Highlights from Git 2.39 commitJunio C Hamano調 gihyoJunio C HamanoGitLinusGit gihyoMLGit1244調2020TwitterRui Ueyama
    Gitは最初1244行しかなかった
    greenbow
    greenbow 2022/12/16
  • コマンドを使わずに理解するGit - Qiita


    Nuco Advent Calendar 20227  Nuco@noshishi Git使Git Git1Git Git使 
    コマンドを使わずに理解するGit - Qiita
  • 「Git」に任意コード実行などへつながるおそれのある脆弱性が2件/「Git for Windows」「GitHub Desktop」などの関連ツールにセキュリティアップデート

    「Git」に任意コード実行などへつながるおそれのある脆弱性が2件/「Git for Windows」「GitHub Desktop」などの関連ツールにセキュリティアップデート
  • Git's database internals I: packed object store

    EngineeringOpen SourceGit’s database internals I: packed object storeThis blog series will examine Git’s internals to help make your engineering system more efficient. Part I discusses how Git stores its data in packfiles using custom compression techniques. Developers collaborate using Git. It is the medium that allows us to share code, work independently on our own machines, and then finally com

    Git's database internals I: packed object store
  • GitHub Skills

    GitHub Skills Learn how to use GitHub with interactive courses designed for beginners and experts. Start with Introduction to GitHub

  • Oh Shit, Git!?!


    GitGit  Gitgit reflog # Git #  HEAD@{index}  # git reset HEAD@{index
    greenbow
    greenbow 2022/06/05
  • Conventional Commits

    Conventional Commits 人間と機械が読みやすく、意味のあるコミットメッセージにするための仕様 Conventional Commits 1.0.0 概要 Conventional Commits の仕様はコミットメッセージのための軽量の規約です。 明示的なコミット履歴を作成するための簡単なルールを提供します。この規則に従うことで自動化ツールの導入を簡単にします。 コミットメッセージで機能追加・修正・破壊的変更などを説明することで、この規約は SemVer と協調動作します。 コミットメッセージは次のような形にする必要があります: 原文: <type>[optional scope]: <description> [optional body] [optional footer(s)] 訳: <型>[任意 スコープ]: <タイトル> [任意 文] [任意 フッター] あな

    greenbow
    greenbow 2022/04/02
  • 大きなGitリポジトリをクローンするときの工夫を図解します - DeNA Testing Blog


    SWETCI/CD @mad_p  SWETCI/CDJenkinsCI/CD Git .git   .git 使JenkinsGitCI/CDgit clone
    大きなGitリポジトリをクローンするときの工夫を図解します - DeNA Testing Blog
    greenbow
    greenbow 2021/07/13
  • Oh My Git!

    An open source game about learning Git! Play the game! You can download binaries for Linux, macOS, and Windows from our itch.io page! Download the game! FeaturesOh My Git! visualizes the internal structures of Git repositories in realtime. The player can immediately see the results of their actions: To accommodate people who are new to Git, the game features a custom-designed playing card interfac

    Oh My Git!
  • What is GitLab Flow?

    GitLab Flow prevents the overhead of releasing, tagging, and merging to streamline development. Git simplifies branching and merging, leading software development teams to move away from other source control tools, like SVN, and adopt a workflow to simplify development. Organizations moving to Git from other version control systems may have difficulty identifying an effective workflow. GitLab Flow

    What is GitLab Flow?
  • コミットはスナップショットであり差分ではない


    Git gitcherry-pick  git rebase   ! Git Git 調 gitcherry-pick  git rebase   Pro Git Git Internals 
    コミットはスナップショットであり差分ではない
  • 1