markd2 / k-plah-r-base

k'plah r'base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a repository purely to exercise git manipulations.

Cheat sheet:

Cherry Picking

% git checkout <branch to pull commits in to>
% git cherry-pick <SHA of commmit>

Amending

% git commit -m "blahblabh" file1 file2
% modify file1
% git add file1
% git commit --amend
<editor spawns>

About

k'plah r'base