From d460969b4882d89882d71bdf4394b5f31bd05bf7 Mon Sep 17 00:00:00 2001 From: ubilli Date: Sat, 24 May 2014 15:09:18 +0100 Subject: [PATCH 1/2] wow my offical first time to doing git wow too cool... --- index.html | 9 + index.html~ | 563 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 572 insertions(+) create mode 100644 index.html~ diff --git a/index.html b/index.html index bf4bd7e..30b2879 100644 --- a/index.html +++ b/index.html @@ -306,6 +306,15 @@

Contributors

joerexko@gmail.com
+
+ Udeme.samuel
+ + 297, Hebert Macauly Road, Lagos.
+ + (234) 8097000912
+ + Udemesamuel256@gmail.com
+
diff --git a/index.html~ b/index.html~ new file mode 100644 index 0000000..bf4bd7e --- /dev/null +++ b/index.html~ @@ -0,0 +1,563 @@ + + + + + + + + + + + GDGLagos- GEt with Git + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+ GetWithGIT Lagos +
+ Better, Smarter, Collaborative Development. +
+
+
+
+
+ +
+ +
+ +
+
+
+
+

About

+
+
+
+
+
+

Branching and Merging

+

+The Git feature that really makes it stand apart from nearly every other SCM out there is its branching model. + +Git allows and encourages you to have multiple local branches that can be entirely independent of each other. The creation, merging, and deletion of those lines of development takes seconds. +

+
+
+

Small and Fast

+

Git is fast. With Git, nearly all operations are performed locally, giving it a huge speed advantage on centralized systems that constantly have to communicate with a server somewhere. + +Git was built to work on the Linux kernel, meaning that it has had to effectively handle large repositories from day one. Git is written in C, reducing the overhead of runtimes associated with higher-level languages. Speed and performance has been a primary design goal of the Git from the start. +

+
+ +
+
+
+ +
+
+
+
+

Join the Project

+
+
+
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+

Contributors

+
+
+
+
+ +
+ +
+
+
+
+ +
+ +
    +
  • +
    + Nanyak Loknan +
    +
    + Nanyak Loknan
    + + 297, Hebert Macauly Road, Lagos.
    + + (234) 801234567
    + + nanyaks@gmail.com
    +
    +
    +
  • +
  • +
    + Nanyak Loknan +
    +
    + Femi Taiwo
    + + 297, Hebert Macauly Road, Lagos.
    + + (234) 801234567
    + + dftaiwo@gmail.com
    +
    +
    +
  • +
    + Nanyak Loknan +
    +
    + Wale Oyediran
    + + 297, Hebert Macauly Road, Lagos.
    + + (234) 7062673100
    + + waleoyediran@gmail.com
    +
    +
    +
  • +
    + Nanyak Loknan +
    +
    + Joseph Rex
    + + 297, Hebert Macauly Road, Lagos.
    + + (234) 7062673100
    + + joerexko@gmail.com
    +
    +
    +
  • +
+
+
+
+
+
+ + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + From d781cf9cb69f6a6348c7a6ff5d66bc71422828f1 Mon Sep 17 00:00:00 2001 From: ubilli Date: Sat, 24 May 2014 15:19:22 +0100 Subject: [PATCH 2/2] wow i just added my name to the readme file !!!!--->>>oops!!! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc983e3..7ad3da5 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Have fun. * Femi Taiwo, @dftaiwo * Wale Oyediran, * Nanyak Loknan S, @nanyaks - * [Add your name here and send a pull request] + * udeme.samuel, @ubilli