Skip to content

Instantly share code, notes, and snippets.

#ifndef SAFE_RANGE_USER
#define SAFE_RANGE_USER SAFE_RANGE
#endif
enum git_keycodes {
GIT_PULL = SAFE_RANGE_USER,
GIT_CHECKOUT_MASTER,
GIT_CHECKOUT_B,
GIT_PULL_REBASE_MASTER,
GIT_ADD_ALL,