Git Product home page Git Product logo

gittutorial's Introduction

  1. Check your settings:
  • git version
  • username, email, editor
  1. Setup username, e-mail and editor
  2. Create a folder myRepo and create an empty git repository in it.Check the status and the history of log
  3. Clone another repo from my github https://github.com/wkrzemien/gitTutorial
  4. Add some new file and check the status
  5. Modify the content of the file2 and check the status
  6. Stage changes and check the status
  7. Commit and check the status and commit history
  8. Rename the file1 to newFile1 and commit changes
  9. Modify the content of file2 stage it and modify its content again. What status do you see?
  10. Add a new file and commit it to the last commit (withouht creating a new commit)
  11. Go to myRepo add a remote repoistory to your gitTutorial repo and fetch the content
  12. Create a new branch develop (in gitTutorial repo) add some changes there and merge its content to master, finally delete the branch
  13. Create brach test and push it to your myRepo

gittutorial's People

Contributors

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