Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions git_commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,22 @@ git restore testing.py
clear
git status

git remote add origin https://github.com/LondheShubham153/github-for-devops-workshop.git
git remote add origin https://github.com/kishorpatil2107/github-for-devops.git
git remote -v
git status

git remote set-url origin https://github.com/LondheShubham153/github-for-devops-workshop.git
git remote set-url origin https://github.com/kishorpatil2107/github-for-devops.git
clear
git remote -v
git push origin master
clear


git push -u origin master
this is some new changes

https://github.com/kishorpatil2107/github-for-devops.git

Comment on lines 29 to +32
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion

Remove non-command text from documentation

The file appears to be a Git commands reference, but contains mixed content that doesn't belong:

  • "this is some new changes"
  • Duplicate URL
  • "This changes is done by me/kishor"

These comments reduce the documentation's clarity and should be removed.

git push -u origin master
- this is some new changes
-
- https://github.com/kishorpatil2107/github-for-devops.git
-
git pull origin master
- This changes is done by me/kishor
git checkout -B dev

Also applies to: 34-34

🧰 Tools
🪛 LanguageTool

[uncategorized] ~29-~29: This verb does not appear to agree with the subject. Consider using a different form.
Context: ...r clear git push -u origin master this is some new changes https://github.com/ki...

(AI_EN_LECTOR_REPLACEMENT_VERB_AGREEMENT)

git pull origin master
This changes is done by me/kishor
git checkout -B dev
git branch
1 change: 1 addition & 0 deletions stagefile.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this file is in staginh branch.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion

Fix grammatical issues and typo

The text contains several issues:

  • Typo: "staginh" should be "staging"
  • Missing article "the"
  • Sentence case and punctuation
- this file is in staginh branch.
+ This file is in the staging branch.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
this file is in staginh branch.
This file is in the staging branch.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~1-~1: You might be missing the article “the” here.
Context: this file is in staginh branch.

(AI_EN_LECTOR_MISSING_DETERMINER_THE)