From 93b73a0d0915d9c0f5f1b1f6e3aaba7c5d8d64ed Mon Sep 17 00:00:00 2001 From: Tom Cort Date: Wed, 29 Oct 2008 08:41:27 -0400 Subject: [PATCH] Add some useful git commands to the HACKING file. --- HACKING | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/HACKING b/HACKING index 88d5f68..9e9df95 100644 --- a/HACKING +++ b/HACKING @@ -4,6 +4,19 @@ Hacking inoclam git cheat sheet --------------- +setting up git +~~~~~~~~~~~~~~ + +$ cat > ~/.gitconfig << EOF +[user] + name = Tom Cort + email = tom.cort@state.vt.us +EOF + +committing a change to your repository +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +$ git commit -a + pushing changes to the public repository ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.11.4.GIT