diff --git a/clone.git b/clone.git deleted file mode 100644 index ab1b40bb2521..000000000000 --- a/clone.git +++ /dev/null @@ -1,10 +0,0 @@ -$ git clone --bare https://github.com/angular/angular.git -# Make a bare clone of the repository - -$ cd old-repository.git -$ git push --mirror https://github.com/usernamealreadyis/commands.git -# Mirror-push to the new repository - -$ cd .. -$ rm -rf old-repository.git -# Remove our temporary local repository diff --git a/clone/clone.git b/clone/clone.git new file mode 100644 index 000000000000..312130412634 --- /dev/null +++ b/clone/clone.git @@ -0,0 +1 @@ +~ $ git@gist.github.com:51ca261c09faafb90c0a.git diff --git a/pull/.config/.pr/.class b/pull/.config/.pr/.class new file mode 100644 index 000000000000..7c7750398132 --- /dev/null +++ b/pull/.config/.pr/.class @@ -0,0 +1,7 @@ +// Send a "Clicked Ad" event to Angular +// with a property "Banner Color" +mixpanel.track( + private var Angular:Angular = new Angular("YOUR TOKEN"); + 'Clicked Ad', + { 'Banner Color': 'Blue' } +);