Giter Site home page Giter Site logo

tuwaiq_week1_day1's Introduction

tuwaiq_week1_day1

W01D01

Create account on Github

GitHub is a website and cloud-based service that helps developers store and manage their code, as well as track and control changes to their code. Create accout here

Installation

1- Visual Studio Code : Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) dawnload here

2- Git

Git is the most commonly used version control system. Git tracks the changes you make to files, so you have a record of what has been done.

dawnload here

Pupular Git Commands :

set up

befor we start we need coonect git whth your github account use

git config --global user.name "John Doe"

git config --global user.email johndoe@example.com

Cloning

you need to get a local version from the remote repo.

git clone repoURL

ADDING Changes

git add .

COMMENT Changes

git commit -m "your comment"

Pushing Changes

git push origin main

tuwaiq_week1_day1's People

Contributors

ferasdiab avatar

Stargazers

 avatar

Watchers

 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.