タグ

gitに関するreponのブックマーク (62)

  • Popular git config options

    Hello! I always wish that command line tools came with data about how popular their various options are, like: “basically nobody uses this one” “80% of people use this, probably take a look” “this one has 6 possible values but people only really use these 2 in practice” So I asked about people’s favourite git config options on Mastodon: what are your favourite git config options to set? Right now

  • Git - コミット履歴の閲覧

    1. 使い始める 1.1 バージョン管理に関して 1.2 Git略史 1.3 Gitの基 1.4 コマンドライン 1.5 Gitのインストール 1.6 最初のGitの構成 1.7 ヘルプを見る 1.8 まとめ 2. Git の基 2.1 Git リポジトリの取得 2.2 変更内容のリポジトリへの記録 2.3 コミット履歴の閲覧 2.4 作業のやり直し 2.5 リモートでの作業 2.6 タグ 2.7 Git エイリアス 2.8 まとめ 3. Git のブランチ機能 3.1 ブランチとは 3.2 ブランチとマージの基 3.3 ブランチの管理 3.4 ブランチでの作業の流れ 3.5 リモートブランチ 3.6 リベース 3.7 まとめ 4. Gitサーバー 4.1 プロトコル 4.2 サーバー用の Git の取得 4.3 SSH 公開鍵の作成 4.4 サーバーのセットアップ 4.5 Git

    repon
    repon 2019/05/10
  • gitで共有リポジトリを作るときに気をつけたいこと - yashiganiの英傑になるまで死ねない日記


    git Mac git gitbaregithubhoge.git >gitinit --bare bareshared >gitinit --bare --shared sharedpushclone
    gitで共有リポジトリを作るときに気をつけたいこと - yashiganiの英傑になるまで死ねない日記
    repon
    repon 2018/06/20
  • Gitの便利な-pオプション四兄弟 - エンジニアをリングする


    Git Advent Calendar 20146  Git-p使 便-p使使 git add -p git stash -p git log -p git stash show -p git checkout -p git add -p  Gitindex.html  Contact 
    Gitの便利な-pオプション四兄弟 - エンジニアをリングする
    repon
    repon 2017/12/19
  • Gitをインストールしたら真っ先にやっておくべき初期設定 - Qiita


    Git    2018-06-06 Git 2.17  2013   Git git config --global user.name "First-name Family-name"git config --global user.email "username@example.com"
    Gitをインストールしたら真っ先にやっておくべき初期設定 - Qiita
    repon
    repon 2017/05/31
  • 【やっとわかった!】gitのHEAD^とHEAD~の違い - Qiita

    20190502追記 わかりにくい表現を修正しました 「おまけ」を追加しました 追記ここまで そもそもHEADとは 現在チェックアウトしているブランチの先頭を指す。 ブランチの切り替えという動作は、「HEADの移動+ワークスペースのファイルの更新」で成り立っています。 詳しくはこちらを参照ください。→ Git のブランチ機能 - ブランチとは ~ (チルダ) ~世代前のコミットを指定できる。 ^ (キャレット) 複数ある親コミットのなかからコミットを指定できる。 絵にしてみる チルダ チルダ指定をすることで、コミットをさかのぼって指定ができます。 HEAD~と指定することで、HEADに対して1世代前のコミットを指定でき、HEAD~~と指定することでHEADの2世代前のコミットを指定できます。 キャレット キャレット指定をすることで、複数親がいる場合に、親コミットを指定できます。 複数親がい

    【やっとわかった!】gitのHEAD^とHEAD~の違い - Qiita
    repon
    repon 2017/03/26
  • WindowsでのGit環境構築 - Qiita


     msysgit+posh-gitPowerShellGit便  Windows8Pro64bit(MS)OSVisualStudio2010 Windows7 Cygwin Chocolatey ChocolateyPowerShell MacPortsHomebrew PowerShell2.0 PowerShell 
    WindowsでのGit環境構築 - Qiita
  • git リポジトリの最新の履歴だけを取得する shallow clone - Qiita


    git  clone   git  shallow clone   depth 1depth 1  shallow clone git log 1   clone git shallow clone 使 clone  
    git リポジトリの最新の履歴だけを取得する shallow clone - Qiita
    repon
    repon 2015/07/22
  • git-resetは結局何を戻すのか - Qiita


    [--soft | --hard][HEAD | HEAD^] HEADHEAD^ HEADHEAD^ HEAD使 idOKHEADHEAD^ --soft--hard git resetgit HEAD () index (addadd) workin
    git-resetは結局何を戻すのか - Qiita
  • 欧美亚洲色欲色一欲WWW - 欧美大片欧美激情免费看 - 欧美特黄特色三级视频在线观看

    欧美亚洲色欲色一欲WWW - 欧美大片欧美激情免费看 - 欧美特黄特色三级视频在线观看
    repon
    repon 2015/07/05
  • Git を学ぶ - チュートリアル、ワークフローおよびコマンド | Atlassian


    Git  Linus Torvalds  2005  SVN  CVS Git commitblamediffmergelog Git  Git Git 使 
  • WindowsにおけるGit利用環境は整った: Git for Windows と SourceTree for Windows - 檜山正幸のキマイラ飼育記 (はてなBlog)


    GitGitWindows使 WindowsGitmsysGitbashUnix使Tortoise GitWindowsGUI -- UI 使GUI20136SourceTree for Windows
    WindowsにおけるGit利用環境は整った: Git for Windows と SourceTree for Windows - 檜山正幸のキマイラ飼育記 (はてなBlog)
  • Windows に msysgit をインストールして git 環境を作る - xykの日記

    Windows に msysgit (Git for Windows)をインストールする。 環境 OS: Windows7 x64 Git: msysgit 1.8.4 x32 msysgit http://code.google.com/p/msysgit/downloads/list 現在最新の 「Git-1.8.4-preview20130916.exe」 をダウンロード。 Select Destination Location (インストール先の選択) そのまま(C:\Program Files (x86)\Git) Select Components (コンポーネントの選択) ・Additional icons ┠ In the Quick Launch ┗ On the Desktop →ショートカットアイコンを作成。デスクトップとクイック起動を選べる ・Windows Exp

    Windows に msysgit をインストールして git 環境を作る - xykの日記
  • チーム開発においてGit初心者が踏みがちな地雷まとめ|TechRacho by BPS株式会社


    morimorihoge 201420202020revise Git使 JOINGit使Git使 2020Git使使Git
    チーム開発においてGit初心者が踏みがちな地雷まとめ|TechRacho by BPS株式会社
    repon
    repon 2014/04/26
  • git オブジェクトの表示 - elm200 の日記(旧はてなダイアリー)


     RubyonRails 使Rails4使 Rails IT  git  GitHub 使git 使   Git 使
    git オブジェクトの表示 - elm200 の日記(旧はてなダイアリー)
    repon
    repon 2014/02/22
  • RedmineとGitとスクラム

    RedmineとGitを組み合わせて使うノウハウとRedmineスクラムを実現するRedmine Backlogsを紹介します

    RedmineとGitとスクラム
  • git-flow cheatsheet


    About git-flowgitVincent Driessen more    使git-flow    Basic tips Git flow  macOS Client Sourcetree GUIgit-flow - Git-flow     macOS Homebrew $ brew install git-flow-avh Macports $ port install git-flow-avh Linux $ apt
    repon
    repon 2014/01/11
  • A successful Git branching model を翻訳しました


    Vincent Driessen "A successful Git branching model"   http://nvie.com/posts/a-successful-git-branching-model/  git-flowGit  A successful Git branching model 
    A successful Git branching model を翻訳しました
    repon
    repon 2014/01/10
  • git による分散作業パターン | GREE Engineering


     GREE Advent calendar 2013 14  Haskell  :o Java  C++  OOP git  Mercurial 使    使 
    git による分散作業パターン | GREE Engineering
    repon
    repon 2013/12/14
  • Gitでコミット前のファイルを元の状態に戻したいとき at ITエンジニアmegadreamsの開発日記


    Git使 git  git status # On branch dev # Your branch is ahead of origin/dev by 1 commit. # (use git push to publish your local commits) # # Changes to be committed: # (use git reset HEAD  to unstage) # # Changes not staged for commit: # (use git add  to update what wil
    repon
    repon 2013/12/11