Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real world applications of containerized development #132

Open
wants to merge 48 commits into
base: main
Choose a base branch
from

Conversation

JohnnieJnr
Copy link
Contributor

/claim #7
/closes #7

Writer's Checklist

Writing Structure

  • Use short sentences and paragraphs, and include bucket brigades.
  • Include more than two descriptive H2 headings to organize content.
  • Capitalize headings according to the AP Stylebook
    (use this tool)
  • Include an introduction with at least two paragraphs before the first H2
    section.
  • Use appropriate formatting (bold, italic, underline), notes, quotes,
    TLDRs, and key points.
  • Incorporate code elements and Markdown format where appropriate.
  • Ensure at least one visual element per “screen” of the article
    (screenshots, diagrams, tables, graphs, lists, sidenotes, blockquotes).

Fact-Checking

  • Verify all facts and data points included in the article.

Asset Management

  • Save images in the /assets folder.
  • Follow naming conventions:
    YYYYMMDD_title_of_the_article_IMG_NAME_NO.png.
  • (Optional) Create a GitHub repo for the code referenced in the article and
    share it.
  • (Optional) Include a link to this Loom video in the PR comments.

Interlinking

Glossary/Definitions

  • Create new definition in /defitnitions folder.

Review and Edit

  • Ensure articles address the needs of the target audience and their search
    intent.
  • Read the article out loud to catch any awkward phrasing.
  • Run the draft through Grammarly or a similar
    grammar tool.
  • Double-check adherence to the style guide and repository guidelines.
  • Use the name of the article for the title of the PR.

JohnnieJnr and others added 30 commits December 5, 2024 00:21
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
nkkko and others added 17 commits December 5, 2024 00:21
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Vamshi Maskuri <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Vamshi Maskuri <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Vamshi Maskuri <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Vamshi Maskuri <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Vamshi Maskuri <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Vamshi Maskuri <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Vamshi Maskuri <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
@JohnnieJnr
Copy link
Contributor Author

Screenshot from 2024-12-09 21-17-35
@mojafa I did what you suggested and started from scratch with a new branch but I'm still having the same issue with the rebase

@mojafa
Copy link
Collaborator

mojafa commented Dec 9, 2024

@JohnnieJnr do this.

  • git add . after making new changes. say add some word or something.
  • git commit -s -m "your_commit_message"
  • git push --force-with-lease origin [your_branch]

@mojafa
Copy link
Collaborator

mojafa commented Dec 9, 2024

lmk of that works.

@JohnnieJnr
Copy link
Contributor Author

Screenshot from 2024-12-09 23-43-19

@mojafa It didn't work

@mojafa
Copy link
Collaborator

mojafa commented Dec 11, 2024

@JohnnieJnr sorry for the delay.

do this please:

  1. Fetch the Latest Remote Changes: Before rebasing, have the latest remote data. run git fetch origin
  2. Rebase Onto the Latest Main: git rebase origin/main
  3. Resolve Any Merge Conflicts: If conflicts arise, open the files and fix the conflicts. After resolving do git add <file-with-conflicts> and git rebase --continue
  4. Confirm Your New History: Once the rebase finishes, you can review your commit history: git log --oneline
  5. Push Your Changes: git push --force-with-lease

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Real-World Applications of Containerized Development: Case Studies and Lessons Learned
4 participants