並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 3 件 / 3件

新着順 人気順

gitconfigの検索結果1 - 3 件 / 3件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

gitconfigに関するエントリは3件あります。 設定githubgit などが関連タグです。 人気エントリには 『.gitconfigの設定を棚卸しした』などがあります。
  • .gitconfigの設定を棚卸しした

    みんな大好きGit。先日、久々に自分の.gitconfigを見たら若干秘伝のタレ化していて、「なんでこの設定にしたんだっけ??」状態になったので、設定を見直して棚卸ししてみた。Gitの設定に自信がない人は参考になるかも? 見直した結果 こうなった [core] quotepath = false whitespace = cr-at-eol editor = vim [user] name = koirand email = [email protected] [fetch] prune = true [pull] ff = only [merge] ff = false [push] default = current ちなみに、この.gitconfigファイルはINI形式といわる形式なので、;でコメントが書けたりする。行頭のインデントはなくても動作するけど、git configコ

      .gitconfigの設定を棚卸しした
    • Platform-Specific .gitconfig’s and the Wonderful includeIf

      By now, you’ve invested plenty of time in your local configurations to make yourself as productive as possible. It’s not uncommon for engineers, admins and power users to spend a lot of time in many different contexts, such as a linux server somewhere in the ether, your macOS laptop for work, or even a Windows gaming rig at home. It’s common for configurations to be stored on https://github.com un

        Platform-Specific .gitconfig’s and the Wonderful includeIf
      • とりあえず.gitconfigをいじっとけという話。 - ばいばいバイオ

        Pythonプロフェッショナルプログラミング 第3版 作者:株式会社ビープラウド秀和システムAmazon これすんごい良いです。 まだChapter 06までしか読んでないんですけども。 すんごいよさそうです。 プロフェッショナルプログラミングだからプロプロって呼ぶんかと思ったら、 pypro(ぱいぷろ)って呼ぶらしいですね。気に食わないからプロプロって呼びますね。 ということで、今回は、プロプロにも書いてあった内容(Chapter 03)gitconfig について。 まずは以下を打ちましょう。 $ git config --list ハイ、何が出てきますか。 何も出てこないあなたは人生損してます。 定番 git config --global user.name {ユーザー名} git config --global user.email {メールアドレス} これを設定していないとpu

          とりあえず.gitconfigをいじっとけという話。 - ばいばいバイオ
        1

        新着記事