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
  • 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
  • to work with branches lets use nopcommerce Refer Here
  • Moving from one branch to other
  • 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
    • Interpreter based
    • Hybrid

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

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

Please turn AdBlock off
Customized Social Media Icons from Acurax Digital Marketing Agency

Discover more from Direct DevOps from Quality Thought

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

Continue reading

Exit mobile version
%%footer%%