タグ

gitに関するJxckのブックマーク (103)

  • Better Git configuration

    I like Git. I use it all the time. As I sometimes do, I recently took some time to really dig in, read through documentation, and review my global Git configuration. Welcome to my fourth stack improvements post! It’s all Git I started coding in the bad old days of plain filesystem copies and Visual SourceSafe with its exclusive locks on checkout. Even so, back then the concept of source control wa

    Better Git configuration
    Jxck
    Jxck 2017/04/06
  • githubでhttpsのURLを指定してもgitプロトコルやssh経由にする方法 - @znz blog


     url.<base>.insteadOf  url.<base>.pushInsteadOf 使 github 使    [url "git@github.com:"]  URL  https: git: 使git push  ssh    [url "git://github.com/"] gitfetchgit pull  https: git: 使 [url "git@github.com:"] pushInsteadOf = git://github.com/ pushInsteadOf = https://githu
    Jxck
    Jxck 2016/12/27
    insteadOf
  • Gitのコミットグラフを可視化できるGitGraph.jsがおもしろい - Qiita


    MarkdownGitGraph.js 使JavaScriptcanvas使  GitGraph.js  JavaScript  CSS GitHub clonebower使CDN使 index.js  <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>GitGraph.js</title> <link rel="stylesheet" type=
    Gitのコミットグラフを可視化できるGitGraph.jsがおもしろい - Qiita
    Jxck
    Jxck 2016/09/30
  • gitにおけるコミットログ/メッセージ例文集100


     使  
    gitにおけるコミットログ/メッセージ例文集100
    Jxck
    Jxck 2016/07/25
    commit message 集
  • 内部構造から見るGit - Qiita


    @a_suenami Git Advent Calendar 201217 id:akiyokoGitGit Git 使Tips GitGit http://www.slideshare.net/asuenami/git-15199548 PART2Git
    内部構造から見るGit - Qiita
    Jxck
    Jxck 2016/07/19
  • Git 2.9 has been released

    Open SourceGit 2.9 has been releasedThe open source Git project has just released Git 2.9.0, with a variety of features and bug fixes. Here's our look at some of the most interesting new features: Faster… The open source Git project has just released Git 2.9.0, with a variety of features and bug fixes. Here’s our look at some of the most interesting new features: Faster and more flexible submodule

    Git 2.9 has been released
    Jxck
    Jxck 2016/06/16
    git の diff が改善した、良い。
  • 19 Git Tips For Everyday Use - Tech TLDR;

    Table of Contents: Parameters for better logging git log --oneline --graphLog actual changes in a file git log -p filenameOnly Log changes for some specific lines in file git log -L 1,1:some-file.txtLog changes not yet merged to the parent branch git log --no-merges master..Extract a file from another branch git show some-branch:some-file.jsSome notes on rebasing git pull --rebaseRemember the bran

    19 Git Tips For Everyday Use - Tech TLDR;
    Jxck
    Jxck 2016/04/21
  • GitHubで署名されたコミットにバッジが表示されるようになったので設定してみる - Qiita

    まずはこちらの画像をご覧ください。 GitHubのコミット履歴ですが、コミットのSHAの左に見慣れないものが表示されていますね。 クリックするとこのような情報が表示されます。 実は、2016/4/6からGitHubはGPGによりデジタル署名されたコミットやタグにバッジを表示するようになりました。 この記事はその設定ガイドです。私の環境はWindowsですが、すべてコマンドラインとブラウザ上での操作なのでMacLinuxでも同じように行えます。 1. GPGのインストール Git for Windowsを使っている場合は、GPGが同梱されているため追加のインストールは不要です。 それ以外の方はパッケージマネージャを使ってインストールするか、こちらからツールをダウンロードします。トップにはソースコードのリンクが掲載されており、バイナリのダウンロードリンクは下のほうにあります。 画面の指示に従

    GitHubで署名されたコミットにバッジが表示されるようになったので設定してみる - Qiita
    Jxck
    Jxck 2016/04/11
  • Introducing DGit

    EngineeringIntroducing DGitEdit: DGit is now called Spokes GitHub hosts over 35 million repositories and over 30 million Gists on hundreds of servers. Over the past year, we've built DGit, a new… Edit: DGit is now called Spokes GitHub hosts over 35 million repositories and over 30 million Gists on hundreds of servers. Over the past year, we’ve built DGit, a new distributed storage system that dram

    Introducing DGit
    Jxck
    Jxck 2016/04/06
    Distributed Git
  • git push --force でなく git push --force-with-lease を使う - valid,invalid

    前に社内チャットで流れてて初めて知った。 他人の変更を上書きするおそれのある git push --force でなく、最後に fetch したタイミング以降に他人が push していたら失敗する git push --force-with-lease を使う方が良い。 --force considered harmful; understanding git's --force-with-lease - Atlassian Developers Quipper では GitHub flow のような開発フローを採用している。 各開発者が feature branch を作成し、master / develop branch へ pull request を作る流れだ。 他人と修正箇所が重なってコンフリクトした際には rebase が必要で、 rebase 後の内容を push する際には

    git push --force でなく git push --force-with-lease を使う - valid,invalid
    Jxck
    Jxck 2016/04/05
    最後に fetch したタイミング以降に他人が push していたら失敗する git push --force-with-lease を使う方が良い。
  • Gogs: A painless self-hosted Git service

    Easy to install Simply run the binary for your platform. Or ship Gogs with Docker or Vagrant, or get it packaged. Cross-platform Gogs runs anywhere Go can compile for: Windows, Mac, Linux, ARM, etc. Lightweight Gogs has low minimal requirements and can run on an inexpensive Raspberry Pi. Some users even run Gogs instances on their NAS devices.

    Jxck
    Jxck 2016/03/29
    Go 実装マルチプラットフォームで Docker/Vagrant も提供された Git サーバらしい。良さそう。
  • Learn Enough Git to Be Dangerous

    receive announcement and update emails? Get occasional notifications about things like product discounts, blog posts, and new or updated tutorials. Unsubscribe at any time. No thanks.

    Learn Enough Git to Be Dangerous
    Jxck
    Jxck 2016/02/05
  • GitHub - ben174/git-draw: Allows you to draw in your github heatmap

    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 - ben174/git-draw: Allows you to draw in your github heatmap
    Jxck
    Jxck 2016/01/19
    面白い
  • GitHubでの”Merge pull request”の弊害 | POSTD


     GitHub GitHub  GitHubPull RequestwebUI  GitHub Pull Request Merge pull request  GitHub Issue 
    GitHubでの”Merge pull request”の弊害 | POSTD
  • レビューしやすいコミット履歴でバグ削減 - Money Forward Developers Blog


      Git Git 使Git 使   稿Git HgBzr Git 使Git    1. wip:  2. wip:  3. wip: 
    レビューしやすいコミット履歴でバグ削減 - Money Forward Developers Blog
    Jxck
    Jxck 2015/11/30
  • Gitのデータモデル


    Git8GitGitGit Git Git2GitObject Reference GitObjectGitCommitGitObjectGit.gitobjectsGitObjectGitObject2
    Gitのデータモデル
    Jxck
    Jxck 2015/07/17
  • 良いChangeLog、良くないChangeLog


      GitHubChangeLog ChangeLogChangeLog ChangeLogBabel 5.3.0ChangeLog BabelChangeLogIssue/Pull RequestChangeLog Babel1
    良いChangeLog、良くないChangeLog
  • How to undo (almost) anything with Git

    Open SourceProductHow to undo (almost) anything with GitOne of the most useful features of any version control system is the ability to "undo" your mistakes. In Git, "undo" can mean many slightly different things. One of the most useful features of any version control system is the ability to “undo” your mistakes. In Git, “undo” can mean many slightly different things. When you make a new commit,

    How to undo (almost) anything with Git
    Jxck
    Jxck 2015/06/09
  • gitでシンプルなデプロイ環境を作る - Qiita


    git CI使WebCI使   push pushpull   使GitHub  gitMac ssh  push,pull  
    gitでシンプルなデプロイ環境を作る - Qiita
  • gitの10周年を記念したLinus Torvalsへのインタビューの翻訳


    10 Years of Git: An Interview with Git Creator Linus Torvalds | Linux.com git10 Git BitKeeperBitKeeperB
    Jxck
    Jxck 2015/04/09