DevOps Classroom notes 14/Mar/2026

upstream

  • in git when we push reference objects git push <remote-name> <reference-name>
  • We can skip the <remote-name> <reference-name> by setting upsteam
git push --set-upstream origin feature_1001

Developer workflows

  • Developers create feature/defect branches from the branch where they are supposed to push the changes
    Preview

Simulating a developer workflow

  • Navigate to github on url Refer Here
  • Now fork the repo
    Preview
  • After the fork is completed, clone the repo
  • Now create a feature branch feature_name_<random>
  • Now create a new file in docs with branch name feature_name_<random>.txt
  • commmit and push the change to your repo
  • From your repo in github create a pull request to my dummyrepos on main branch.

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
Plugin for Social Media by Acurax Wordpress Design Studio

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