Skip to content
Kit edited this page Jan 21, 2015 · 8 revisions

This page is a quick refrence guid to git.

System Date
osx 10.10.1 Jan 14, 2015
git browse
git push origin HEAD -f  
git checkout --track <remote>/<branch_name>

If you forget to make a new working branch:

git checkout -b <branch_name>

###Rebase

git rebase

Needs to be folloed by:

git push -f

Pages
Rails:
. . Rails from zero
. . Auth and Auth
. . Rspec PostgreSQL
Git
Minitest
Guard
Ruby Style
Markdown
Development Machine Build

Clone this wiki locally