Git Product home page Git Product logo

zero-to-hero-with-github's Introduction

header

zero-to-hero-with-GitHub

This is a hands-on session to help the anyone to get familiar with GitHub. This session is based on following activities.

  1. What is GitHub?.

  2. My first GitHub Repository.

  3. How to maintain a project with GitHub

  • My first Star

  • My first Fork

  • My first Clone/Download

  • My first Commit

  • My first Push

  1. How to collaboratively maintain a project with GitHub

  2. Other resources



What is GitHub?.

GitHub is a web-based hosting service for version control using git. It is mostly used for computer code. It offers all of the distributed version control and source code management functionality of Git as well as adding its own features.

Founder: Tom Preston-Werner

Founded: 2008

Headquarters: San Francisco, California, United States


My first GitHub Repository.

In order to create repositories (aka repos) you need to create GitHub account first. To create an account you can visit www.github.com and signup.

header

when you signup you can use your student email provided your university or school to claim whole bunch or other benifits including GitHub student developer pack

From where I can find my repositories

view_repository

Click on new button to create a new repository

new_repository

Fill the necessary fields related to your repository/project before create the project

create_repository

My first GitHub Star and Fork

fork_and_star

My first GitHub Clone and Download

fork_and_star

To use git you need to install git on your computer

Before you start with git commands you have to make sure that you have install git in your computer. You can simply run following command to check whether you have installed git into your computer or not.

git --version

If you have installed git, once you run this command it will show you your current git version of your computer. If not you can vist following link and install git to your computer.

Download git,

My first GitHub Commit

Once you dowload and make changes or modifications to the project next step is commit changes to your remote git server. To do that you can follow below mentioned steps.

  • navigate in to the project directory as the first step.

  • write git status command to check whether your changes have been captured.

  • write git add . command to add all the captured changes to your remote git server.

cd project_directory
git status
git add .

My first GitHub Push

This step will help you to upload all your recently made changes to the online git repository. To do that you have to enter git push command.

git push

Other resouces

zero-to-hero-with-github's People

Contributors

dilumdesilva avatar apisathan2000 avatar abhishek-chathumal avatar himani413 avatar krmadhusanka99 avatar mgu-anuradha avatar nayantha avatar rashmika0834 avatar seyonsuriya avatar thakshila-bandara avatar zainab-fahim avatar hashinodithya avatar yadee9910 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.