タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

gitに関するtricknotesのブックマーク (10)

  • git(1)の最初のコミットをビルドして使ってみた - Qiita

    gitが10周年ということで、gitの最初のコミットのリビジョンのソースコードをビルドして動かしてみた。最初のコミットとはつまり、最初にgitがセルフホスティングされたリビジョンということになる。 参考文献: の虫: gitの10周年を記念したLinus Torvalsへのインタビューの翻訳 commit e83c5163316f89bfbde7d9ab23ca2e25604af290 Author: Linus Torvalds <torvalds@ppc970.osdl.org> Date: Thu Apr 7 15:13:13 2005 -0700 Initial revision of "git", the information manager from hell わずか11ファイル、READMEを含めて1200行あまりのコミットだから、ビルドくらいはできるはず。 OSX 10

    git(1)の最初のコミットをビルドして使ってみた - Qiita
  • gitの10周年を記念したLinus Torvalsへのインタビューの翻訳


    10 Years of Git: An Interview with Git Creator Linus Torvalds | Linux.com git10 Git BitKeeperBitKeeperB
  • Git の diff を美しく表示するために必要なたった 1 つの設定 #git - 詩と創作・思索のひろば


    Git  contrib/diff-highlight 使  README PATH ~/.gitconfig  [pager] log = diff-highlight | less show = diff-highlight | less diff = diff-highlight | less   diff  diff GitHub  diff   --color-words 使 diff 便 README 
    Git の diff を美しく表示するために必要なたった 1 つの設定 #git - 詩と創作・思索のひろば
    tricknotes
    tricknotes 2013/11/26
    捗った
  • How can one change the timestamp of an old commit in Git?

    The answers to How to modify existing, unpushed commits? describe a way to amend previous commit messages that haven't yet been pushed upstream. The new messages inherit the timestamps of the original commits. This seems logical, but is there a way to also re-set the times?

    How can one change the timestamp of an old commit in Git?
  • 死んで覚える本当のGitの使い方 - mizchi log


    : 2012 - Git Git使 使 Git DungeonCrawl StoneSoup使 Downloads « Dungeon Crawl Stone Soup http://crawl.develz.org/wordpress/downloads Dungeon Crwal Stone Soup 
    死んで覚える本当のGitの使い方 - mizchi log
    tricknotes
    tricknotes 2012/07/31
    思わずニヤリとした。これは面白い!
  • Set up Git - GitHub Docs

    Using Git To use Git on the command line, you will need to download, install, and configure Git on your computer. You can also install GitHub CLI to use GitHub from the command line. For more information, see "About GitHub CLI." If you want to work with Git locally, but do not want to use the command line, you can download and install the GitHub Desktop client. For more information, see "About Git

    Set up Git - GitHub Docs
    tricknotes
    tricknotes 2012/07/05
    ブラウザで試せる git のチュートリアル。これすごい、面白い!
  • gitで便利なエイリアス達 - Qiita


    Git Advent Calendar / Jun. - Qiita.16 git    gitstgit status git config alias =   git config [option] alias.   $(prefix)/etc/gitconfig
    gitで便利なエイリアス達 - Qiita
    tricknotes
    tricknotes 2012/06/19
    さらに alias g='git' でもっと快適に。
  • http://defunkt.io/hub/

  • git初心者向けのTipsなど - os0x.blog


    gitcommand使tips  $ git config --global alias.co "checkout"  ~/.gitconfig  [alias] co = checkout  git config~/.gitconfig  [alias] co = checkout # checkout st = status -sb # status pr = pull --rebase # pull merge fo = fetch origin ro = rebase origin # branchforomasterrebase rc = rebase -
    git初心者向けのTipsなど - os0x.blog
    tricknotes
    tricknotes 2012/02/21
    "rebaseしないとか考えられなくなります、たぶん"
  • GitHubへpull requestする際のベストプラクティス - hnwの日記


    Git使VCSSubversionGit使便Subversion GitHubpull request*1Git pull requestpull request稿pull requestGit Workflow  pull request
    GitHubへpull requestする際のベストプラクティス - hnwの日記
    tricknotes
    tricknotes 2011/05/30
    pull request を送る際に参考にしたい!
  • 1