DevOps Classroom Notes – 02/April/2024

Git contd

  • To add remote connections use git remote add <name-of-remote> <url>
  • To set upstream git push -u <name-of-remote> <branch>
  • To push any reference git push <name-of-remote> <branch/tag>
  • To ignore files or folders, use .gitignore Refer Here for online generator of git ignore
  • Git config: configurations can be stored at 3 levels Refer Here
  • Alias in git can help creating aliases for git commands Refer Here

Terms

  • Compiler:
    • languages:
      • C
      • C++
      • Golang
  • Interpreter
    • languages:
      • python
      • bash
      • ruby
      • php
  • Hybrid
    • languages:
      • java
      • c#

Building the code

  • To build the code, depending on the techonology (programming language), we might be
    • compiling
    • intepretation (kicks in when we run the application)
  • We will have build steps for lanuages which use compilers
    • c
    • c++
    • java
    • .net
    • golang
  • To simplify build process, there are many tools
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 Responsive Web Designing 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