groupInfo expandAfterMode 0 groupName Git snippetsTE2 abbreviation git:pull:all abbreviationMode 1 creationDate 2013-05-02T07:35:49Z flags 0 label Git pull multiple sub-directories modificationDate 2013-05-02T07:36:29Z plainText find ~me/projects/ -type d -name .git \ | xargs -n 1 dirname \ | sort \ | while read line; do echo $line && cd $line && git pull; done snippetType 0 useCount 0 uuidString E8BD3AC7-4441-4DB4-BA3C-7276E43F7DE6 abbreviation git:push:all abbreviationMode 0 creationDate 2012-03-17T05:55:25Z flags 0 label Push all Git Heads (Branches) modificationDate 2012-03-17T05:56:21Z plainText git push --all snippetType 0 useCount 0 uuidString A526E07F-F263-414E-BA9F-EE7EBBBF2EA3 abbreviation git:clone:mirror abbreviationMode 0 creationDate 2012-03-17T05:50:14Z flags 0 label Clone Git repo as a mirror from the original source modificationDate 2012-03-17T05:50:57Z plainText git clone --mirror %fill:URL% snippetType 0 useCount 0 uuidString 51BB8CFC-A30D-46A4-8C51-EAB807399254 abbreviation git:config abbreviationMode 0 creationDate 2012-03-17T05:36:11Z flags 0 label Show Git user config settings (short) lastUsed 2012-03-17T05:37:12Z modificationDate 2012-03-17T05:37:01Z plainText %snippet:git:config:user% && %snippet:git:config:email% snippetType 0 useCount 0 uuidString FECE03F9-D646-41C4-BA57-E3517FEBDE25 abbreviation git:config:email abbreviationMode 0 creationDate 2012-03-17T05:35:44Z flags 0 label Show Git config email modificationDate 2012-03-17T05:36:05Z plainText git config user.email snippetType 0 useCount 0 uuidString 8EBAE928-D5D7-4D4D-9F4B-EFDFFF1960C4 abbreviation git:config:user abbreviationMode 0 creationDate 2012-03-17T05:35:01Z flags 0 label Show Git config username modificationDate 2012-03-17T05:35:35Z plainText git config user.name snippetType 0 useCount 0 uuidString F52AAACF-F357-42E5-ACE1-8C5A3692D4A2 abbreviation git:config:list abbreviationMode 0 creationDate 2012-03-17T05:34:04Z flags 0 label List all Git config settings modificationDate 2012-03-17T05:34:27Z plainText git config --list snippetType 0 useCount 0 uuidString 1EC47D25-B410-48CB-ACC4-B228807EDAC6 abbreviation git:add abbreviationMode 0 creationDate 2012-03-17T01:21:31Z flags 0 label Add files to Git repository modificationDate 2012-03-17T01:21:31Z plainText git add %fill:files% snippetType 0 useCount 0 uuidString 75152AF6-5308-4B96-916D-DE929B350DF0 abbreviation git:move abbreviationMode 0 creationDate 2012-03-17T01:20:59Z flags 0 label Move files in a Git repository modificationDate 2012-03-17T01:21:25Z plainText git mv %fill:file% snippetType 0 useCount 0 uuidString 46C8D37F-752D-4F0E-A495-73FF686664BB abbreviation git:remove abbreviationMode 0 creationDate 2012-03-17T01:19:54Z flags 0 label Remove file from Git repository modificationDate 2012-03-17T01:20:34Z plainText git rm %fill:file% snippetType 0 useCount 0 uuidString DD10D530-1405-4CF0-828E-DF49CB7A2C30 abbreviation git:restore abbreviationMode 0 creationDate 2012-03-17T01:17:18Z flags 0 label Restore file from a specific revision modificationDate 2012-03-17T01:19:21Z plainText git checkout %clipboard %fill:filename% snippetType 0 useCount 0 uuidString CA81A127-8716-4F21-9A29-DFFDF5535D32 abbreviation git:reset abbreviationMode 0 creationDate 2012-03-17T01:15:21Z flags 0 label Unstage (reset) files in a Git repository modificationDate 2012-03-17T01:16:49Z plainText git reset HEAD %fill:files% snippetType 0 useCount 0 uuidString 81EA6C4B-0987-462F-BD38-C1FB5973F3E0 abbreviation git:diff abbreviationMode 0 creationDate 2012-03-17T01:14:42Z flags 0 label Display diff of changes modificationDate 2012-03-17T01:15:16Z plainText git diff %clipboard snippetType 0 useCount 0 uuidString 7FF971C2-56AD-4579-B86B-4D693DC96E3C abbreviation git:remote:add abbreviationMode 0 creationDate 2012-03-17T01:13:30Z flags 0 label Add and track remote Git repository (URL) modificationDate 2012-03-17T01:13:30Z plainText git remote add %clipboard snippetType 0 useCount 0 uuidString 6AC3296D-5E4E-4E41-A92A-9157DA90ABEE abbreviation git:patch:format abbreviationMode 0 creationDate 2012-03-17T01:12:29Z flags 0 label Format Git patch modificationDate 2012-03-17T01:12:29Z plainText git format-patch origin/master snippetType 0 useCount 0 uuidString EE8B3A95-54F6-4F6A-B929-68F539E85753 abbreviation git:commit abbreviationMode 0 creationDate 2012-03-17T01:11:09Z flags 0 label Commit with message to Git repository modificationDate 2012-03-17T01:12:09Z plainText git commit -m "%fill:message%" snippetType 0 useCount 0 uuidString B84B84A4-C96B-4CD7-B884-A93646BAF092 abbreviation git:clone abbreviationMode 0 creationDate 2012-03-17T01:10:01Z flags 0 label Clone Git repository modificationDate 2012-03-17T01:10:53Z plainText git clone %clipboard snippetType 0 useCount 0 uuidString 34DB5D0B-01DD-4DF2-A16E-4FE2A450D601 abbreviation git:user abbreviationMode 0 creationDate 2012-03-17T01:04:50Z flags 0 label Introduce yourself to Git (user name & email) modificationDate 2012-03-17T01:04:50Z plainText git config user.name "%fill:firstname% %fill:lastname%" && git config user.email "%fill:email%" snippetType 0 useCount 0 uuidString E03C3C42-CD44-407A-A80D-0380FF753E70 abbreviation git:delete:branch abbreviationMode 1 creationDate 2012-02-07T23:37:21Z flags 2 label Delete remote branch modificationDate 2013-07-19T00:36:37Z plainText git push origin :%remote_branch% snippetType 3 useCount 0 uuidString 91F0F516-EA6F-4825-ABE1-41324028BA50 abbreviation git:pull:branch abbreviationMode 1 creationDate 2012-02-02T04:28:26Z flags 2 label Pull remote branch modificationDate 2012-02-05T23:38:40Z plainText git pull origin %branch snippetType 3 useCount 0 uuidString DE54B74B-8250-4304-8A50-4C72B23EFFD6 abbreviation git:remote:show abbreviationMode 1 creationDate 2012-02-02T04:20:27Z flags 2 label Show remote origin details modificationDate 2012-03-17T01:06:34Z plainText git remote show origin snippetType 3 useCount 0 uuidString DDEB6563-CD52-4C8A-94F1-6E44B140841D abbreviation git:remote abbreviationMode 1 creationDate 2012-02-02T04:14:30Z flags 2 label List remote branches & Tags modificationDate 2012-03-17T01:09:05Z plainText git ls-remote snippetType 3 useCount 0 uuidString 8DF7C32A-EABC-4978-9CB9-60F360DFC000 abbreviation git:branch:list:all abbreviationMode 1 creationDate 2012-02-02T04:11:26Z flags 0 label List all branches modificationDate 2013-04-19T20:08:02Z plainText git branch -a snippetType 0 useCount 0 uuidString 146364BC-B73A-428B-9C23-D458A97D9192 abbreviation git:branch:list abbreviationMode 1 creationDate 2012-02-02T04:11:26Z flags 2 label List local branches modificationDate 2012-03-17T01:07:25Z plainText git branch snippetType 3 useCount 0 uuidString DDD0C124-8413-4733-9AF4-C446EEC9218E abbreviation git:remote:info abbreviationMode 1 creationDate 2012-02-02T04:11:26Z flags 2 label List remote branch details modificationDate 2012-03-17T01:07:53Z plainText git remote snippetType 3 useCount 0 uuidString 4F41F27E-B85E-4A67-9EFF-187A9517062B abbreviation git:remote:ref abbreviationMode 1 creationDate 2012-02-02T04:11:26Z flags 2 label List remote branches references modificationDate 2012-03-17T01:08:05Z plainText git branch -r snippetType 3 useCount 0 uuidString 76629DD3-06DB-40F1-8A03-667195647F54 abbreviation git:push:branch abbreviationMode 1 creationDate 2012-02-02T04:08:32Z flags 2 label Push local branch to remote branch modificationDate 2012-03-17T01:08:32Z plainText git push origin %branch snippetType 3 useCount 0 uuidString D3293BB8-B9B3-4231-B58F-BAE1FD01D97B abbreviation git:push:tags abbreviationMode 1 creationDate 2012-02-02T04:06:40Z flags 2 label Push Tags modificationDate 2012-03-17T01:08:43Z plainText git push --tags snippetType 3 useCount 0 uuidString 5DE47B02-91A7-43F1-A66C-BF04911A16DD abbreviation git:tag abbreviationMode 1 creationDate 2012-02-02T04:04:37Z flags 0 label Create a new Tag using a SHA lastUsed 2013-03-07T04:39:56Z modificationDate 2013-03-07T04:39:51Z plainText git tag -m"%message" %tag %sha snippetType 0 useCount 1 uuidString 82857479-7101-4726-9ED3-C20A480A158F