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 / Blog / GIT Commands Cheat Sheet

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
About Louis Feng

I have been a computer graphics enthusiast and researcher for many years. My interests has broadened to include mobile, high performance computing, machine learning, and computer vision.

Speak Your Mind Cancel reply

*

*

CAPTCHA Image
Refresh Image

*

Archives

  • February 2012
  • July 2011
  • June 2011
  • April 2011
  • March 2011

Tags

book C++ clang cocoa container diff GDB git iOS ipad iphone iterator list llvm map memory leak nib software engineering stl UITableViewController UIViewController vector vectorization view controller windows

Return to top of page

Copyright © 2021 Louis Feng | Out of Core