• Cabinet
    • Member's benefits

      • Create study meterials
      • Subscribe for quizzes
      • Practice in Flashcards mode
      • Practice in Quiz mode
      • Track your progress and identify weak spots
      • Add explanations
      • Discuss topics with others
      • Create and join study groups
      • Have fun and connect with friends!

      Sign In

      Sign in Register
  • Discover
    • Study materials
    • Study groups
  • Announcements
  • Practice
    • Please sign in to practice

git commit

Commit tracked changes

  • 0 explanations
  • 0 requizzes

Set name/email of committer

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

  • 0 explanations
  • 0 requizzes

Initialize the repository

git init

  • 0 explanations
  • 0 requizzes

Add all the files under the current directory

git add .

  • 0 explanations
  • 0 requizzes

Commit

git commit -a

  • 0 explanations
  • 0 requizzes

Check changes

git diff

  • 0 explanations
  • 0 requizzes

Show short summary

git status

  • 0 explanations
  • 0 requizzes

Restore a file from the last revision

git checkout path

  • 0 explanations
  • 0 requizzes

Add, remove and move file

git add file git rm file git mv file

  • 0 explanations
  • 0 requizzes

Review history

git log

  • 0 explanations
  • 0 requizzes

Tag a commit

git tag -a name

  • 0 explanations
  • 0 requizzes

List all branches

git branch

  • 0 explanations
  • 0 requizzes

Merge branches

git merge branch

  • 0 explanations
  • 0 requizzes

Clone

git clone url

  • 0 explanations
  • 0 requizzes

Update repository

git pull

  • 0 explanations
  • 0 requizzes

Discard all changes and get original rep

git fetch git reset --hard origin/master

  • 0 explanations
  • 0 requizzes
  • 1

Git commands

Computer Science

  • Likes: 0
  • Subscribers: 3
  • Questions: 16 (+ 0)
  • ReQuiz count: 0
  • Created: Feb. 4, 2014
  • By: Tarasics
  • Practiced by everyone: 18 times

Quiz settings


Quizzn is a service that bears only one goal - to make the learning process interactive, social, and easy. It is a free application that has the ability to connect people to learn and share knowledge.

More about us

Get In Touch

Feel like you need to contact us? Please write us a letter.

  • [email protected]

Help

Announcements
Get started

Mobile Support

Quizzn.com is mobile-optimized.

© 2015 Quizzn Inc. All rights reserved.

  • Home
  • Privacy policy
  • Terms of service
  • About