Difference: GitNotes (2 vs. 3)

Revision 325 Apr 2012 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="ProgrammingBookmarks"
http://news.ycombinator.com/item?id=2179123 - excellent intro to version control and git
http://progit.org/book/ - git book (online and available in print)
Line: 13 to 13
  if you've got a local branch that's not tracking a remote you can tell it to do so: $ git branch --set-upstream  master barrel/master
Added:
>
>
you can use git aliases to create your own git subcommands. here's an example of creating a very useful git lola subcommand: http://blog.kfish.org/2010/04/git-lola.html
 

dotfiles

You can store your "dotfiles" in git, too, which is especially great now that we do so much work inside virtual machines. There seem to be two schools of thought:

View topic | History: r7 < r6 < r5 < r4 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback