Skip to content

vikasrawat13/Git_Commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Basic GitHub Commands

  • Git Clone "your github Repository" (To create clone in your local machine)
  • Git Diff "Get difference" (display changes between all files & folders
  • Git Status "Get Status" (display what changes has been done)
  • Git Add * or Git Add . "To add" (to update all the changes)
  • Git commit -m "Message" "Commit all the updates in the git repo" (Upload all the changes to your git repo
  • Git Push (Upload all the changes to your git repo)

  • About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages