From 7b170705d7c799dccc228141176361c48a25eb2c Mon Sep 17 00:00:00 2001 From: olaf Date: Mon, 27 Nov 2017 05:39:04 +0000 Subject: Added a comment --- ...ent_2_606281f102d8c3168cbc55142a996e05._comment | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 doc/forum/ga_dev_newbie_Q__58___pointers_to_start_playing_with_metadata_cache_plz/comment_2_606281f102d8c3168cbc55142a996e05._comment (limited to 'doc') diff --git a/doc/forum/ga_dev_newbie_Q__58___pointers_to_start_playing_with_metadata_cache_plz/comment_2_606281f102d8c3168cbc55142a996e05._comment b/doc/forum/ga_dev_newbie_Q__58___pointers_to_start_playing_with_metadata_cache_plz/comment_2_606281f102d8c3168cbc55142a996e05._comment new file mode 100644 index 000000000..f503270d1 --- /dev/null +++ b/doc/forum/ga_dev_newbie_Q__58___pointers_to_start_playing_with_metadata_cache_plz/comment_2_606281f102d8c3168cbc55142a996e05._comment @@ -0,0 +1,39 @@ +[[!comment format=mdwn + username="olaf" + avatar="http://cdn.libravatar.org/avatar/4ae498d3d6ee558d6b65caa658f72572" + subject="comment 2" + date="2017-11-27T05:39:04Z" + content=""" +Did you clone the repository? + + $ git clone git://git-annex.branchable.com/ git-annex + +I see lots of branches (remember they are *remote* branches so you will need the `-a` flag): + + $ git branch -a + * master + remotes/origin/HEAD -> origin/master + remotes/origin/atomic-store-test + remotes/origin/debian + remotes/origin/debian-jessie-backport + remotes/origin/debian-squeeze-backport + remotes/origin/debian-stable-security-fix + remotes/origin/debian-wheezy-backport + remotes/origin/ghc7.0 + remotes/origin/improved-smudge-filters + remotes/origin/master + remotes/origin/newwinrelease + remotes/origin/no-direct-mode + remotes/origin/p2p-map + remotes/origin/setup + remotes/origin/smudge + remotes/origin/tweak-fetch + remotes/origin/uuid-type-rework + remotes/origin/winsplicehack + +You can checkout one of the branches like: + + $ git checkout remotes/origin/setup + +Does that help? +"""]] -- cgit v1.2.3