From dcf34f9a3ff371d1a5488c8dbf99165350aae9f2 Mon Sep 17 00:00:00 2001 From: Mark Tyers Date: Sun, 22 Apr 2018 09:59:25 +0100 Subject: [PATCH] added images --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8740818..226f0d8 100644 --- a/README.md +++ b/README.md @@ -74,3 +74,10 @@ They would like to have a smartphone app to use the data in the following ways: - Map of the area with overlays showing pollution levels. - Summary of the pollution in the user's current location mapped against acceptable norms - alerts if pollution exceeds the agreed levels. + +## Git Tags + +``` +$ git tag -a 1718JANMAY 9b89d29 -m "1718JANMAY" +$ git push --tags origin master +```