Code Monkey home page Code Monkey logo

it-paradigm's Introduction

IT-Paradigm


How to Start

  1. You need to create a Github account
  2. You need to fork this repository
  3. You need to install GIT in your PC or in your mobile phone Tutorial
  4. You need to execute this git branch <Your Github_name> example is git branch RyannKim327

Git Installation

PC

  1. Download and install Git Link
  2. Go to Command Prompt or in the terminal of your vscode and start using Git
  3. And login your github account

Mobile Phone

  1. Download and install Termux Link
  2. Enable the storage permission using termux-setup-storage
  3. Next is install git thru this commands:
apt update
apt upgrade
api install git
  1. Then go to your phone storage using the cd and ls method like
cd ../../../../../..
cd /storage/emulated/0/
  1. Next is you need to git clone your forked repo using: git clone [link here] example is:
git clone https://github.com/RyannKim27/IT-Paradigm
  1. Next is go to the directory of your paradigm using cd IT-Paradigm command
  2. Then use git config --global --add safe.directory [Repo Directory] to start example is
git config --global --add safe.directory /storage/emulated/0/IT-Paradigm
  1. Then use git add . and start coding now

Git Commit

git commit -m "Your changes"

Git Pull and Push Git Pull

git pull

Git Push

git push origin <branch>

Where branch is your branch name, the default is main

it-paradigm's People

Contributors

gemrey13 avatar ryannkim327 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.