Skip to content

LNKROOT/Git_Cheat_Sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Git_Cheat_Sheet

Git command details ################################

  1. From VS code add the new files or edit the new files.
  2. From bottom of the screen where we can observer the TERMINAL.
  3. Be in that location for e.g. /Users/lnk/Desktop/vs_coding copy/git_learn/unix_sap
  4. Then proceed as below.
  5. git status
  6. git add .
  7. git commit -m “daily updates “
  8. git push origin main
  9. This will completely update the changes and new addition to your respective git repository.

About

Git command details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published