タグ

gitに関するkotasのブックマーク (30)

  • Git security vulnerabilities announced | The GitHub Blog

    Open SourceSecurityGit security vulnerabilities announcedGit users are encouraged to upgrade to the latest version, especially if they use `git archive`, work in untrusted repositories, or use Git GUI on Windows. Today, the Git project released new versions to address a pair of security vulnerabilities, CVE-2022-41903, and CVE-2022-23521, that affect versions 2.39 and older. Git for Windows was al

    Git security vulnerabilities announced | The GitHub Blog
  • git add の対話モード


    git status git add -i staged unstaged path 1: unchanged +4/-0 Cargo.lock 2: +1/-0 nothing Cargo.toml *** Commands *** 1: status 2: update 3: revert 4: add untracked 5: patch 6: diff 7: quit 8: help What now> status git status  update 
    git add の対話モード
    kotas
    kotas 2022/07/02
    これに関しては GUI の方が快適なので、vscode の git 差分画面で、範囲選択して一部だけステージに追加している
  • Gitのワークフローについての私のスタンス | おそらくはそれさえも平凡な日々


    GitOSSsquash & merge Gitforce push使 NatureGo
    Gitのワークフローについての私のスタンス | おそらくはそれさえも平凡な日々
    kotas
    kotas 2021/05/19
  • GitHub - banga/git-split-diffs: Syntax highlighted side-by-side diffs in your terminal

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    GitHub - banga/git-split-diffs: Syntax highlighted side-by-side diffs in your terminal
    kotas
    kotas 2021/05/02
  • An Interview With Linus Torvalds: Linux and Git - Part 1 30 Years Of Linux

    Jeremy founded Tag1 Consulting in 2007. He has been a contributing core Drupal developer since 2002, and helped establish Drupal as a successful CMS through the early popularity of his personal blog, KernelTrap.org. Over the years, he authored and maintained the core statistics module and throttle module, as well as the pager logic and the initial Drupal 5 installer. He continues to contribute to

    An Interview With Linus Torvalds: Linux and Git - Part 1 30 Years Of Linux
  • secretlint を使って機密情報を git commit できない環境を作る | DevelopersIO


    AWS AWS     tl;dr    ~/.git-template/hooks/pre-commit  #!/bin/sh FILES=$(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\
    secretlint を使って機密情報を git commit できない環境を作る | DevelopersIO
  • git worktree コマンドを使って複数ブランチを並行して操作する - kakakakakku blog


    使Git GitHub 4git commit 退git stash  master or main branch-a  branch-b  branch-c git-worktreegit worktree  調git-worktreeGit 2.520157使📣git-worktreegit wor
    git worktree コマンドを使って複数ブランチを並行して操作する - kakakakakku blog
    kotas
    kotas 2021/04/16
    便利やんけ!
  • コミット対象をよりわけるのをやめてみよう - 日々常々


    git add {} 103便git add -p 便 便 git add -A  git add . gitalias使   103g
    コミット対象をよりわけるのをやめてみよう - 日々常々
    kotas
    kotas 2021/04/01
    これは確かになーと思った “偽造するより素直に歴史おいとく方がいいよ。今よりわけられるなら未来でもよりわけられるよ。必要になった時でよくないかな”
  • git push -f をやめて --force-with-lease を使おう - Qiita

    force push問題 rebaseなどの作業の際、強制PUSHが必要なタイミングが出てくるが --forceではローカルの内容を破壊的にリモートレポジトリを上書きしてしまう。 同じブランチで複数人開発していた場合にタイミングによっては 「◯◯さんのコミットを吹き飛ばしちゃった//」 が発生する可能性が十分ある。 そもそも上記の運用方法に問題がある気はするが、どんな運用をしていたとしても force pushする際は --force-with-leaseオプションを必ずつけるようにしておいて損はないと思う。 TIPS: Github上でブランチを削除できないようにする 消されるとまずいブランチは [Settings] → [Branches]でさまざまなprotectionルールをかけておきましょう!

    git push -f をやめて --force-with-lease を使おう - Qiita
    kotas
    kotas 2021/03/25
  • 大規模リポジトリで高速にgit cloneするテクニック - DeNA Testing Blog


    CI/CDgit clone DeNA Advent Calendar 202010 CI/CD@Kesin11SWETCI/CDCI/CDJenkins  1git clonecheckoutGBgit clone
    大規模リポジトリで高速にgit cloneするテクニック - DeNA Testing Blog
    kotas
    kotas 2020/12/10
  • tigでgitをもっと便利に! addやcommitも - Qiita


    tig tig使gitgit log使  : https://github.com/jonas/tig : https://github.com/jonas/tig/blob/master/INSTALL.adoc  使 git logmain view diff view Unstaged changes
    tigでgitをもっと便利に! addやcommitも - Qiita
    kotas
    kotas 2014/02/24
  • git commit --allow-empty を使った WIP PR ワークフロー - Qiita


    git-commit--allow-empty  WIP PR git commit --allow-empty WIP PR  Work In Progress Pull Request  Github  Pull Request PR WIP PR  
    git commit --allow-empty を使った WIP PR ワークフロー - Qiita
    kotas
    kotas 2014/02/20
  • Jenkinsの開発者、間違えて一ヶ月前のローカルレポジトリをgit push --forceしてしまう

    Jenkinsの開発者、間違えて一ヶ月前のローカルレポジトリをgit push --forceしてしまう Jenkin developers accidentally do "git push --force" to over 150 repos on github | Hacker News Jenkinsの開発者、Luca Milanesioによって、Jenkinsの多くのgitレポジトリに対してpushが行われた。不思議なことに、pushをしたというのに変更点はほとんどみられない。一体ルカは何をやったのだ。 Dominik Bartholdi やあみんな、とくにルカ。 昨日、GitHub上のJenkinsの多くのレポジトリ(50以上)に、なにか変なことが起こった。 どうやら、Luca Mmilanesioが、何の変更もないのに、たくさんのたくさんのレポジトリにpushしたらしいのだ。

    kotas
    kotas 2013/11/12
    ソースによると、push -f は手でやったわけではなくて Gerrit プラグインの仕業だったらしい。 http://bit.ly/16Xoa2z
  • git + percol(anything on terminal) が便利 - tomykaira makes love with codes


    2013-05-12 git + percol(anything on terminal) 便git percol git  sha-1  branch  tag 使 git log commitid HEAD git show  HEAD  sha-1 &  HEAD^^ 2 gitk
    kotas
    kotas 2013/05/15
    percol ええのう
  • 愛知県の社会福祉法人 清凉会は、老人ホーム・デイサービス・特別養護老人ホーム・保育園などを運営しております。

    ABOUT SEIRYOU GROUP 清凉グループについて 清凉グループでは、「あふれる笑顔~慈悲の心で~」を経営理念として掲げ、 地域における介護・保育ニーズにお応えすべく、複数の施設を運営しております。 今後も地域の皆様の生活に寄り添う場所として、個々の施設と連携し、よりよいサービスを追求していく所存です。 清凉グループからのお知らせinformation

    kotas
    kotas 2013/04/04
  • マジカルsvnとキュアgit

    2011年4月18日(火)に実施した、プライベートセミナー『アジャイル開発環境セミナー~一般ユーザが知っておきたいJIRAの概念と操作~』での資料です。

    マジカルsvnとキュアgit
    kotas
    kotas 2013/03/25
  • gitでバイナリファイルを気軽に扱えるフィルターを作りました : DSAS開発者の部屋


    git  png  1GB git annex 使git Amazon S3git-largefile/gits3 git-largefile/gits3 git filterfilter $Id$ 
    gitでバイナリファイルを気軽に扱えるフィルターを作りました : DSAS開発者の部屋
    kotas
    kotas 2013/03/22
  • IDEA * IDEA

    ドットインストール代表のライフハックブログ

    IDEA * IDEA
    kotas
    kotas 2013/02/18
    「こわくない Git」で描いたようなコミットグラフ図がコマンドに同期して動くので理解の助けになるかも
  • Log in with Atlassian account

    We tried to load scripts but something went wrong. Please make sure that your network settings allow you to download scripts from the following domain: https://id-frontend.prod-east.frontend.public.atl-paas.net

    kotas
    kotas 2013/01/25
    こわくない Git が使われてる! ありがとうございます。
  • こわくない Git

    「マージがなんとなく怖い」「リベースするなって怒られて怖い」「エラーが出て怖い」 Git 入門者にありがちな「Git 怖い」を解消するため、Git のお仕事(コミット、ブランチ、マージ、リベース)について解説します。Read less

    こわくない Git
    kotas
    kotas 2012/11/21
    社内向けに「こわくない Git」というタイトルで発表しました! 「Git 怖い」と思ってる人向けです!