GithubHelp home page GithubHelp logo

apssdc-git's Introduction

APSSDC-GIT

Git & Github GithubImage

GitHub

What is GitHub?

GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.

This tutorial teaches you GitHub essentials like repositories, branches, commits, and Pull Requests. You’ll create your own Hello World repository and learn GitHub’s Pull Request workflow, a popular way to create and review code.

An Intro to Git and GitHub for Beginners (Tutorial)

  • Step 0: Install git and create a GitHub account.
  • Step 1: Create a local git repository. ...
  • Step 2: Add a new file to the repo. ...
  • Step 3: Add a file to the staging environment. ...
  • Step 4: Create a commit. ...
  • Step 5: Create a new branch. ...
  • Step 6: Create a new repository on GitHub. ...
  • Step 7: Push a branch to GitHub.

List

Unordered List

  • One
  • Two
  • Three
    • 3.1
    • 3.2
  • Four

Ordered List

  1. One
  2. Two
  3. Three

Blockquotes

This is Block

Syntax code

XML

<ImageView
        android:layout_width="150dp"
        android:layout_height="150dp"
        android:layout_marginTop="10dp"
        android:layout_gravity="center"
        android:src="@drawable/android"/>

Python

a=int(input())
if (a%2==0):
  print('even')
else:
  print('odd')

Task Lists

  • one
  • [] Two

Tables

Name Number
Sai 123
Sankar 234

👌

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.