Skip to content

Riyazkhan1989/team_3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

team_3

Steps to work Step 1: git Step 2: git clone Step 3: git status Step 4: git add-> Three process to run git add git add --all (Add all files) or git add . (Add Even if permission errors) or git add filename.extension (Add file with any extension) step 5: git commit -m "COMMENTS" step 6: to show all commits git show step 7: To push git push step 8: To show the commit log git log Step 9: TO show the origin git remote Step 10: To Pull git pull

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.6%
  • CSS 1.2%
  • JavaScript 1.2%