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

git_cheatsheet_added #227

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

Conversation

Anuragmourya975
Copy link
Contributor

What does this PR do?

Add content(s) | Remove content(s) | Add new CheatSheet | Add new feature | Bug fix

Description

here is your description

Screenshots or Links

If applicable, add screenshots or a modified UI link to help understand your contribution.

Additional context

Add any other context about your PR.

Checklist:

Follow-up

  • Check the status of GitHub Actions and resolve any reported warnings!

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

It's great having you contribute to this project

Welcome to the community 🤓

Thanks for joining our community - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.

@crescentpartha crescentpartha added hacktoberfest Hacktoberfest Participation hacktoberfest-2022 Hacktoberfest-2022 Participation 📝review-pull-request Reviewing your pull request labels Oct 28, 2022
@Anuragmourya975
Copy link
Contributor Author

Sir, can you please review this PR

Copy link
Owner

@crescentpartha crescentpartha left a comment

Choose a reason for hiding this comment

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

Requested some modifications.

@@ -68,6 +68,10 @@ created: 2022-10-18
| `git checkout [file]` | Matches the file with last commit |
| `git help -a` | Shows the list of all available Git commands |
| `git restore .` | To restore all files in the current directory |
| `git-submodule` | Initialize, update or inspect submodules |
Copy link
Owner

Choose a reason for hiding this comment

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

This isn't the correct command. Please, follow this referral link and modify it with the correct command.

@@ -68,6 +68,10 @@ created: 2022-10-18
| `git checkout [file]` | Matches the file with last commit |
| `git help -a` | Shows the list of all available Git commands |
| `git restore .` | To restore all files in the current directory |
| `git-submodule` | Initialize, update or inspect submodules |
| `git-gui` | A portable graphical interface to Git |
Copy link
Owner

Choose a reason for hiding this comment

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

This isn't the correct command. Please, follow this referral link and modify it with the correct command.

@@ -68,6 +68,10 @@ created: 2022-10-18
| `git checkout [file]` | Matches the file with last commit |
| `git help -a` | Shows the list of all available Git commands |
| `git restore .` | To restore all files in the current directory |
| `git-submodule` | Initialize, update or inspect submodules |
| `git-gui` | A portable graphical interface to Git |
| `git config --global core.excludesfile [file]` | System wide ignore patern for all local repositories |
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
| `git config --global core.excludesfile [file]` | System wide ignore patern for all local repositories |
| `git config --global core.excludesfile [file]` | - Set up your global `core.excludesfile` configuration file to point to this global ignore file <br /> - `git config --global core.excludesFile '~/.gitignore'` |
Command Description
git config --global core.excludesfile [file] - Set up your global core.excludesfile configuration file to point to this global ignore file
- git config --global core.excludesFile '~/.gitignore'

@crescentpartha crescentpartha added modifications-needed Modify the code waiting-for-changes Waiting for require changes labels Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest Participation hacktoberfest-2022 Hacktoberfest-2022 Participation modifications-needed Modify the code 📝review-pull-request Reviewing your pull request waiting-for-changes Waiting for require changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants