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