Git Commands

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

- $ git init

Initialize Local Git Repository

2
New cards

- $ git add <file>

Add File(s) To Index or staging area

3
New cards

- $ git status

Check status of working tree

4
New cards

- $ git commit

Commit changes in index

5
New cards

- $ git push

Push to remote repository

6
New cards

$ git pull

Pull latest from remote repository

7
New cards

- $ git clone

Clone repository into a new directory