Giter Club home page Giter Club logo

fds3-gitproject's Introduction

git
git-scm.com


index.html = 30 lines
styles.css = 40lines

commit 
index.html 
styles.css


index.html = 10lines modified 
script.js
commit 
index.html = 10 lines modified 
script.js


live streaming 

live 
index.html
socket.io 
script.js 
style.scss

branch live -> copy of live 
sharing
index.html
socket.io 
script.js 
style.scss
file.js

live           sharing
element        hi

keep source
keep incoming
keep both


brew install git

 


git : The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
At line:1 char:1
+ git
+ ~~~
    + CategoryInfo          : ObjectNotFound: (git:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

damienquaranta@Damiens-MacBook-Air ~ % brew install git
Warning: No available formula with the name "git".
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.
damienquaranta@Damiens-MacBook-Air ~ %


git --version : to check git version
git status : untracked 
git init

styles.css 
file.txt 
script.js

git add styles.css 

git add .

commit :

git commit -m 'calendar' styles.css 
git commit -m 'any message here' .

git log : to get commiy logs

branches :

git branch

fds3-gitproject's People

Contributors

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