Skip to content

dmontgomery741/GitDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Demo Repo

This is a sample repository / sample app for the Git course

GUIs

  • This change made by VS Code.
  • This change made by Visual Studio 2022 Community Edition.
  • This change made by GitHub Desktop

Roadmap

  • Add new features
  • Fix the bugs

How to Work With GIT

  1. git checkout main
  2. git pull
  3. git checkout -b bug-00-branch-name
  4. git add .
  5. git commit
  6. git checkout main
  7. git pull
  8. git checkout bug-00-branch-name
  9. git merge main
  10. git checkout main
  11. git merge bug-00-branch-name
  12. git pull
  13. git push
  14. git branch -d bug-00-branch-name

About

This is demo app for the Git course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published