Archive | November 2012

You are browsing the site archives by date.

create a new branch from the last commits in Git

You can create a branch from a last branch by using a simple command git checkout -b branch_name commit_id

To view File from a specific commit in GIT.

You can view a specific file from a last commits by git show commit_id:filename