getting started & hosting your website on github

37
Getting Started with Git & GitHub Kartik Kannapur GDG Bangalore Team

Upload: kartik-kannapur

Post on 12-Jul-2015

150 views

Category:

Technology


4 download

TRANSCRIPT

Page 1: Getting started & Hosting your website on GitHub

Getting Started with Git

&

GitHub

Kartik Kannapur

GDG Bangalore Team

Page 2: Getting started & Hosting your website on GitHub
Page 3: Getting started & Hosting your website on GitHub

History of Git

What is a Version Control System ?

Why do we need a Version Control

System?

Page 4: Getting started & Hosting your website on GitHub

GitHub

➢Collaboration

➢Distribution

➢Discussion

Page 5: Getting started & Hosting your website on GitHub

www.github.com

Page 6: Getting started & Hosting your website on GitHub
Page 7: Getting started & Hosting your website on GitHub
Page 8: Getting started & Hosting your website on GitHub
Page 9: Getting started & Hosting your website on GitHub
Page 10: Getting started & Hosting your website on GitHub

Congratulations on Creating your first

GitHub Repo !!!

Page 11: Getting started & Hosting your website on GitHub
Page 12: Getting started & Hosting your website on GitHub

Let’s unleash the POWER of GitHub !!!

Page 13: Getting started & Hosting your website on GitHub

Installation

Installing Git on OSX :

https://mac.github.com/

Page 14: Getting started & Hosting your website on GitHub

Installation

Installing Git on OSX :

Page 15: Getting started & Hosting your website on GitHub

Installation

Installing Git on Linux :

➢$ sudo yum install git

➢$ sudo apt-get install git

Page 16: Getting started & Hosting your website on GitHub

Installation

Installing Git on Windows :

https://windows.github.com/

Page 17: Getting started & Hosting your website on GitHub

Installation

Installing Git on Windows :

Page 18: Getting started & Hosting your website on GitHub

Mac & Windows User == Sign In & Relax

Page 19: Getting started & Hosting your website on GitHub

Linux User == Work Now

Page 20: Getting started & Hosting your website on GitHub

First Time Git SetupYour Identity :

➢ $ git config --global user.name “KartikKannapur”

➢ $ git config --global user.email

[email protected]

➢ $ git confg --list

Page 21: Getting started & Hosting your website on GitHub

We are Ready !!!

Page 22: Getting started & Hosting your website on GitHub

Website hosting via

GitHub

Page 23: Getting started & Hosting your website on GitHub

Setting up your GitHub Page

➢ Organization Page

➢ Project Page

pages.github.com

Page 24: Getting started & Hosting your website on GitHub

Setting up your GitHub Project Page

➢ Organization Page

➢ Project Page : Auto - generate OR Start from Scratch

pages.github.com

Page 25: Getting started & Hosting your website on GitHub

Setting up your GitHub Project Page

Page 26: Getting started & Hosting your website on GitHub

Setting up your GitHub Project Page

Page 27: Getting started & Hosting your website on GitHub

Setting up your GitHub Project Page

Page 28: Getting started & Hosting your website on GitHub

Setting up your GitHub Project Page

Page 29: Getting started & Hosting your website on GitHub

Setting up your GitHub Project Page

http://kartikkannapur.github.io/MyFirstGithubRepo/

http://username.github.io/repository

Page 30: Getting started & Hosting your website on GitHub

Congratulations on Creating & Hosting

your first Website !!!

Page 31: Getting started & Hosting your website on GitHub

Cloning a Git Repository

$ cd home/folder_path …

➢git clone <HTTPS Clone URL>

Page 32: Getting started & Hosting your website on GitHub

Create a gh-page

➢ $ echo “MyFirstProject” > index.html

➢git add index.html

➢git commit -a -m “Project Page”

➢git push origin gh-pages

Page 33: Getting started & Hosting your website on GitHub

‘Push’ing your changes

➢git add --all

➢git status

➢git commit -m “<message>”

➢git push origin master

Page 34: Getting started & Hosting your website on GitHub

Make it your own - “Fork” it

Page 35: Getting started & Hosting your website on GitHub

GitHub is your New Resume !!

Page 36: Getting started & Hosting your website on GitHub

http://kartikkannapur.com/GitHub101/

Page 37: Getting started & Hosting your website on GitHub

Thank You

[email protected]

KartikKannapur

+KartikKannapur27

@KartikKannapur