Skip to content

BanjoChris/GitDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Demo Repo

This is a Sample Repository / sample app for the Git course.

GUIs

  • This change made by Visial Studio 2022 Community Edition
  • This change made by GitHub Desktop
  • This change was made using GitKraken

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-oo-branch-name

Roadmap

  • Add new features
  • Fis the bugs

About

This is a demo app for the Git course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors