Giter Club home page Giter Club logo

nyc-022023's Introduction

nyc-022023

In this Repository you will be able to clone all the code that was used in class

Git Commands

git clone

In your terminal: git clone {here you will copy and paste ssh link}

git pull

In your terminal: git pull

git add

In your terminal: git add . {this will add all of your files to the staging area} If you just want a specific file you can take of the dot and instead specify the file name

git commit

In your terminal: git commit -m "{here goes a message to identify your specific changes}"

git push

In your terminal: git push {this will push everything that been comitted to github repo}

git status

In your terminal: git status {check status of the staging area}

git checkout

In your terminal: git checkout {here you name the branch you want to switch to}

this command is used to switch between branches

git checkout -b

In your terminal: git checkout -b {branch name} Use this command to create a new branch and also switch to it

git branch

In your terminal: git branch {branch name} Use this command is used to create a new branch To delete a branch, in your terminal: git branch -d {branch name}

git merge

In your terminal: git merge {branch you want to merge} Branch will be merged to whatever branch you are currently on

git diff

In your terminal: git diff See and compare changes in your branch

nyc-022023's People

Contributors

jeryelblanco 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.