Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.01 KB

Git sandbox

Description

A repository to get started with Git & GitHub. Task is simple - add a file called <username>.md in this repository

Install

(1) Ubuntu - preferable one of the LTS versions 14.04 / 16.04

(2) Git

(3) Sublime Text Editor

Workflow

(1) Star and fork this repository on GitHub.

(2) Clone your fork with git clone statement.

(3) Make your local changes with Sublime text, ie, create a <username>.md with a brief introduction about you written in that file in the format as given in DEMO.md file.

(4) Push these changes to your fork with git add, git commit and git push statements.

(5) Create a Pull Request to this repository by comparing across forks with your fork.

Tutorials for Git

(1) What is git?

(2) GitHub Tutorial

(3) Git Book

(4) Learning resources