From 32edfc1c7b8eef1607277c3a70008819591c384b Mon Sep 17 00:00:00 2001 From: keni Date: Wed, 9 Dec 2015 16:14:51 -0500 Subject: [PATCH] add external links section --- DEVEL/git_recipes.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/DEVEL/git_recipes.txt b/DEVEL/git_recipes.txt index bf69ace20..945eae57b 100644 --- a/DEVEL/git_recipes.txt +++ b/DEVEL/git_recipes.txt @@ -1,7 +1,7 @@ Git has a messy learning curve. This file is an attempt to serve as a quick reference for basic tasks while you get up to speed. -$NHDT-Date: 1429884051 2015/04/24 14:00:51 $ +$NHDT-Date: 1449695691 2015/12/09 21:14:51 $ ------------------------ [*] git checkout [-f] (branch) @@ -190,6 +190,10 @@ it were a patch. Does not delete the stash from the list. list: Lists all of your stashed code blobs. +======================================= +External Links +======================================= +http://pcottle.github.io/learnGitBranching ======================================= Typical workflows for common activities