GithubHelp home page GithubHelp logo

day-1's Introduction

day-1

Day 1 of 100 days of Code Git and Github Refresher

Used git init to initialize a new repository

used git commit to send changes to github

used git status to check on the status of the project currently being worked on

used git add to make saves to the repository locally before finally making the 'big' commit to the repo for example to add a file named index.html do:

used git add index.html

used git rm --cached ...

used git commit -m "message"

used git branch name of branch to create a new branch called name of branch

use git branch to check the branch you're on

use git checkout -b 'test-branch' to create a new branch named test-branch and change to that branch as a working branch

use git checkout main to change to the named branch in this case 'main'

day-1's People

Contributors

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