Giter Site home page Giter Site logo

cscalculator's Introduction

student@DESKTOP-94LUR91 MINGW64 ~/Desktop/git_repo
$ git init
Initialized empty Git repository in C:/Users/student.MGOK/Desktop/git_repo/.git/

student@DESKTOP-94LUR91 MINGW64 ~/Desktop/git_repo (master)
$ git pull https://github.com/DragonMadness/CSCalculator.git
remote: Enumerating objects: 18, done.
remote: Counting objects: 100% (18/18), done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 18 (delta 5), reused 17 (delta 4), pack-reused 0
Unpacking objects: 100% (18/18), 6.65 KiB | 7.00 KiB/s, done.
From https://github.com/DragonMadness/CSCalculator
 * branch            HEAD       -> FETCH_HEAD

student@DESKTOP-94LUR91 MINGW64 ~/Desktop/git_repo (master)
$ git checkout master
Already on 'master'

student@DESKTOP-94LUR91 MINGW64 ~/Desktop/git_repo (master)
$ git add .

student@DESKTOP-94LUR91 MINGW64 ~/Desktop/git_repo (master)
$ git commit "added readme"
error: pathspec 'added readme' did not match any file(s) known to git

student@DESKTOP-94LUR91 MINGW64 ~/Desktop/git_repo (master)
$ git commit master "added readme"
error: pathspec 'master' did not match any file(s) known to git
error: pathspec 'added readme' did not match any file(s) known to git

student@DESKTOP-94LUR91 MINGW64 ~/Desktop/git_repo (master)
$ git commit -m "added readme"
[master 4d70188] added readme
 Committer: student student <[email protected]>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:

    git config --global --edit

After doing this, you may fix the identity used for this commit with:

    git commit --amend --reset-author

 1 file changed, 11 insertions(+)
 create mode 100644 readme.md

student@DESKTOP-94LUR91 MINGW64 ~/Desktop/git_repo (master)
$ git remote add origin https://github.com/DragonMadness/CSCalculator.git

student@DESKTOP-94LUR91 MINGW64 ~/Desktop/git_repo (master)
$ git push origin master
Enumerating objects: 4, done.
Counting objects: 100% (4/4), done.
Delta compression using up to 4 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 455 bytes | 455.00 KiB/s, done.
Total 3 (delta 1), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (1/1), completed with 1 local object.
To https://github.com/DragonMadness/CSCalculator.git
   5552965..4d70188  master -> master

cscalculator's People

Watchers

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