Coder Social home page Coder Social logo

mytest's Introduction

hola aldo

cs06@cs06:$ git init MyTest Initialized empty Git repository in /home/cs06/MyTest/.git/ cs06@cs06:$ cd MyTest/ cs06@cs06:/MyTest$ ls cs06@cs06:/MyTest$ ls cs06@cs06:/MyTest$ git add . cs06@cs06:/MyTest$ git commit -m 'MI primer commit'

*** Please tell me who you are.

Run

git config --global user.email "[email protected]" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'cs06@cs06.(none)') cs06@cs06:/MyTest$ git config --global user.email "[email protected]" cs06@cs06:/MyTest$ git clone https://github.com/lupita24/Mytest.git Cloning into 'Mytest'... warning: You appear to have cloned an empty repository. Checking connectivity... done. cs06@cs06:/MyTest$ cd .. cs06@cs06:$ sudo rm -R MyTest/ sudo: unable to resolve host cs06 [sudo] password for cs06: cs06@cs06:$ git clone https://github.com/lupita24/Mytest.git Cloning into 'Mytest'... warning: You appear to have cloned an empty repository. Checking connectivity... done. cs06@cs06:$ cd Mytest/ cs06@cs06:/Mytest$ ls cs06@cs06:/Mytest$ touch readme.md cs06@cs06:/Mytest$ ls readme.md cs06@cs06:/Mytest$ vi readme.md cs06@cs06:~/Mytest$ git status On branch master

Initial commit

Untracked files: (use "git add ..." to include in what will be committed)

readme.md

nothing added to commit but untracked files present (use "git add" to track) cs06@cs06:/Mytest$ git add . cs06@cs06:/Mytest$ git commit -m 'Mi primer commit' [master (root-commit) 15e9743] Mi primer commit 1 file changed, 1 insertion(+) create mode 100644 readme.md cs06@cs06:/Mytest$ git config --global user.email "[email protected]" cs06@cs06:/Mytest$ git config --global user.email "[email protected]" cs06@cs06:/Mytest$ git config --global user.name "Your Name" cs06@cs06:/Mytest$ git config --global user.name "lupíta24" cs06@cs06:~/Mytest$ git push Username for 'https://github.com': lupita24 Password for 'https://[email protected]': Counting objects: 3, done. Writing objects: 100% (3/3), 216 bytes | 0 bytes/s, done. Total 3 (delta 0), reused 0 (delta 0) To https://github.com/lupita24/Mytest.git

  • [new branch] master -> master cs06@cs06:/Mytest$ git status On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working directory clean cs06@cs06:/Mytest$

mytest's People

Contributors

jatch21cs avatar lupita24 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.