Giter Site home page Giter Site logo

yamahacs2x_jsynthlib's Introduction

freqrush

My sandbox repository to try out things.

Edited on laptop now :-)

I have map in my ~/ named Gittest.

[peter@armada Gittest]$ git clone https://github.com/freqrush/freqrush

Cloning into 'freqrush'...

remote: Counting objects: 51, done.

remote: Compressing objects: 100% (48/48), done.

remote: Total 51 (delta 3), reused 0 (delta 0)

Unpacking objects: 100% (51/51), done.

[peter@armada Gittest]$

This created a map freqrush/ and a map freqrush/.git/ in the current working directory.

Then I cd into freqrush/ and edit README.md, this file you're reading here.

To tell git that this file should be updated, I can do

[peter@armada freqrush]$ git add README.md

and

[peter@armada freqrush]$ git commit

or replace the above commands with

[peter@armada freqrush]$ git commit -a

There's also a way to give a message for the history with the commit command:

[peter@armada freqrush]$ git add README.md

[peter@armada freqrush]$ git commit -m 'more editing of the README.md file'

[master af4202f] more editing of the README.md file

1 file changed, 27 insertions(+)

[peter@armada freqrush]$ git push origin master

Counting objects: 5, done.

Compressing objects: 100% (2/2), done.

Writing objects: 100% (3/3), 692 bytes, done.

Total 3 (delta 0), reused 0 (delta 0)

To https://github.com/freqrush/freqrush

a51cbb6..af4202f master -> master

[peter@armada freqrush]$

==Branches==

yamahacs2x_jsynthlib's People

Contributors

freqrush avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

drkzrg

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.