Skip to content

DSCJU/Learn-Git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Learn-Git

Test and Learn Git

Let's learn Git

  1. Introduction
  2. Difference between workig tree, staging area and committed history.
  3. Commands:
    1. git config --global user.name="your username"
    2. git config --global user.email="your email"
    3. git add
    4. git commit
    5. git log
    6. git log --all --decorate --online --graph
    7. git branch
    8. git checkout -b
    9. git diff
    10. git merge
    11. git branch --merged
    12. git status

About

Test and Learn Git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published