Skip to content

shailaja22/New-lesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

#Adding Headergit init : To initialize current folder as git repository git clone: brings the git repo from UR: git status: tells us what we need to know about our repository git add filename adds the file to staging area git commit command asks to write message about commit git commit -m message: without a text editor we can write message git log shows history of commits git log --onelin: shows the shorter online commit git diff: compare current uncommitted state with last one git diff --staged: to check diff between current and previous one git diff HEAD~1---shows first commit instead of 1 can also give hash number this is example for pull request #This is end of line

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published