Louis Feng | Out of Core

brain dump of things

  • Home
  • Blog
    • Tools
    • Algorithms
    • Design
    • Code
  • Projects
    • Shell Maps
    • Anisotropic Noise Samples
  • About
You are here: Home / Archives for git

GIT Commands Cheat Sheet

February 15, 2012 by Louis Feng Leave a Comment

Tracking a remote branch [source]: git branch –track feature1 origin/master git remote add origin /remote/host/path Init blank git repository on host side: git init –bare Amend previous commit with new files [source]: git add [files] git commit –amend –C HEAD

Filed Under: Blog, Tools Tagged With: git

Archives

  • April 2015
  • February 2012
  • July 2011
  • June 2011
  • April 2011
  • March 2011
  • December 2010

Tags

adobe flash apple book C++ clang cocoa container diff GDB git html iOS ipad ipad 2 iphone iterator laptop list llvm map memory leak mobile nib review software engineering stl Surface 3 Surface Pro 3 UITableViewController UIViewController vector vectorization view controller windows workstation

Return to top of page

Copyright © 2015 Louis Feng | Out of Core