Skip to content

FuntimeMS/GitDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitDemo Repo

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

GUIs

  • This change made by VSCode
  • This change made by Visual Studio 2022

How To Work With Git

  1. git checkout main
  2. git pull
  3. git checkout -b bug-00-branch-name
  • Do Work here
  1. git add .
  2. git commit
  3. git checkout main
  4. git pull
  5. git checkout bug-00-branch-name
  6. git merge main
  7. git checkout main
  8. git merge bug-00-branch-name
  9. git pull
  10. git push
  11. git branch -d bug-00-branch-name

Roadmap

  • Add new features
  • Fix the bugs

About

This is a demo app for the Git course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published