Skip to content

submission for lime#8

Open
smera767 wants to merge 2 commits intoGit-Lecture-2026:limefrom
smera767:lime
Open

submission for lime#8
smera767 wants to merge 2 commits intoGit-Lecture-2026:limefrom
smera767:lime

Conversation

@smera767
Copy link

No description provided.

@peopleig
Copy link

Markdown formatting is inconsistent
Numbering is also wrong, I see 12 twice, skipped from 9 to 11 directly.
Code block used with a bullet point, not required
If you don't put a space after *, it won't show up as a bullet point.

submission.md Outdated
git verify
```
3.commit one file of two currently staged
* use add . to add both the files to the staging area and then and then mention the file name in the git commit command to specifically commit that file

Choose a reason for hiding this comment

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

Incorrect solution
If you're adding both files to the staging area, need to reset the one which isn't required in the commit
Or else, just add the required one in the staging area

*we cant use amend for this as its not the last commit we want to edit so we have to use the interactive rebase.
```
git rebase -i HEAD~2
nano file.txt

Choose a reason for hiding this comment

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

Mention what you did inside the interactive rebase

tried to make changes as requested.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants