Code Monkey home page Code Monkey logo

sem-18.10.21's Introduction

Instruction

What is git

Git - distributed version control system.

Repository preparation

Repository - file storage with versioning support.

Command: git init

Saving changes

We can save our files

Command: git commit -m "text"

Change log

To see all our commits we can use command git log

Moving between saves

We can move between saves using the command git checkout (commit number)

We can undo changes using the commands git revert (commit number) and git resert (commit number)

Branches

We can create new branches

Command: git branch (name)

Merging branches and resolving conflicts

Command: git merge (branch name)

Deleting branches

Command: git branch -d (branch name)!

Downloading a remote repository

We can download our repository with git clone (link)

Something else

smth

sem-18.10.21's People

Contributors

asyazu avatar

Watchers

 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.