GithubHelp home page GithubHelp logo

task-git's Introduction

Git Task Steps

  1. Fork this repository.
  2. Clone it in your Development: git clone https://github.com/YOUR_GITHUB_USERNAME/JSFoundations-Git
  3. Use the command cd to move into the repository folder: cd JSFoundations-Git
  4. Use the command touch to create an example file: touch example.txt
  5. Add all the files to the repository: git add .
  6. Commit all the files: git commit -m "solved git task!"
  7. Push to the remote repository: git push
  8. Open the repository page on GitHub, you should now see two files: README.md and example.txt

That's it! Well done!! Please share a link to your repository with the instructor.


Known Potential Issues

If this is your first time using git, you might see the following message:

*** Please tell me who you are.

Here's how to fix it:

  1. Run the command git config --global user.email "" with your github email address in the quotation marks.
  2. Run the command git config --global user.name "" with your github username in the quotation marks.

Then do the last step you were doing in the task.

Then you might be asked to login to your github account. When you enter your password, it won't display anything on the screen, just keep typing and hit Enter.

task-git's People

Contributors

lailz avatar themshary avatar

Watchers

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