DevOps Classroomnotes 21/Jun/2023

Git (Contd)

Branches in Git

  • Git allows us to work parallely for different use cases
    • multiple versions of same application
    • multiple customers for same application
      Preview
  • HEAD is a pointer which generally points to a branch
  • HEAD can be moved from one branch to other using a command called as checkout
    • We executed git checkout v1.0
      Preview
  • to work with branches lets use nopcommerce Refer Here
    Preview
  • Moving from one branch to other
    Preview
  • Things to digest
    • default branch: master
    • default remote: origin
    • remote branch: name of remote/name of branch

Building and Packaging the code

  • Building the code and packaging the code to the suitable format for end deployment is very technology specific i.e. it is different depending on programming languages.
  • Programming Languages can be categorized into 3 formats
    • Compiler based
      Preview
    • Interpreter based
    • Hybrid
      Preview
      Preview

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Wordpress Development Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube