Git Product home page Git Product logo

ouyida3.github.io's Introduction

ouyida3.github.io

ouyida3 blog

step

download

DannideMacBook-Pro:git danni$ git --version
git version 2.14.3 (Apple Git-98)
DannideMacBook-Pro:git danni$ pwd
/Users/danni/work/svn/git
DannideMacBook-Pro:git danni$ git init
Initialized empty Git repository in /Users/danni/work/svn/git/.git/
DannideMacBook-Pro:git danni$ ls -a
.	..	.git
DannideMacBook-Pro:git danni$ git clone https://github.com/ouyida3/ouyida3.github.io
Cloning into 'ouyida3.github.io'...
remote: Counting objects: 141, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 141 (delta 25), reused 18 (delta 18), pack-reused 115
Receiving objects: 100% (141/141), 521.19 KiB | 8.00 KiB/s, done.
Resolving deltas: 100% (43/43), done.
DannideMacBook-Pro:git danni$ 

commit

DannideMacBook-Pro:git danni$ cd ouyida3.github.io/
DannideMacBook-Pro:ouyida3.github.io danni$ git add index.html
DannideMacBook-Pro:ouyida3.github.io danni$ git commit -m 'update index'
[master 6244aa5] update index
 Committer: Danni <[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, 1 insertion(+), 1 deletion(-)
DannideMacBook-Pro:ouyida3.github.io danni$ git push origin master
Username for 'https://github.com': ouyida3
Password for 'https://[email protected]': 
Counting objects: 3, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 308 bytes | 308.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
To https://github.com/ouyida3/ouyida3.github.io
   c6c86cd..6244aa5  master -> master

update

git pull

ouyida3.github.io's People

Contributors

ouyida3 avatar ouyangda avatar

Watchers

James Cloos avatar  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.