Skip to content

PiLa-DZ/Git-Reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Short Code Git

  1. git clone URL 
    
  2. git status 
    
  3. git add . 
    
  4. git config --global user.name       "/* Your GitHub UserName */" 
    
  5. git config --global user.email      "/* Your GitHub Email */" 
    
  6. git config -l 
    
  7. git config --global credential.helper cache 
    
  8. git pull 
    
  9. git commit -m "Msg" 
    
  10. git push 
    

Learn From Youtube 😊

Git and GitHub for Beginners

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors