Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Krasavchik's full-sized avatar

Matthieu Krasavchik

View GitHub Profile
bn > create new bear note
calendar > open calendar
cr > select user session in chrome to open
todo > create todo in todoist
df > search dashlane
pwgen > generate new password

Meteor Package management

$ meteor add <package name>
$ meteor remove <package name>
$ meteor list

Mongo db and Mongo console

Create new branch, local and remote

#create local branch
$ git branch <branchName>

#go to local branchName
$ git checkout <branchName>

#create the remote
$ git push origin 
@Krasavchik
Krasavchik / gist:a2ff171d653d57779a5d
Last active August 29, 2015 14:27
Setting up Content Grouping through Google Tag Manager (GTM)
  • set up the content group in the google analytics admin
  • add a data layer variable in GTM and in your code
  • add the content group setting in the Google Analytics Tags of your GTM
  • publish and monitor

See video tutorial for more details