git_basics icon indicating copy to clipboard operation
git_basics copied to clipboard

A PWA and TWA for Git and GitHub concepts and commands.

Results 23 git_basics issues
Sort by recently updated
recently updated
newest added

- [ ] [Build your own Git](https://app.codecrafters.io/courses/git) - [ ] [Git from the inside out](https://maryrosecook.com/blog/post/git-from-the-inside-out) - [x] [Unpacking Git packfiles](https://codewords.recurse.com/issues/three/unpacking-git-packfiles) - [ ] [git - 1337 edition - I](https://karngyan.com/blog/git-1337-edition-1) and...

- [ ] [Plumbing and porcelian commands](https://stackoverflow.com/a/39848551/11958552) - [ ] To show commit SHA1 of HEAD `git rev-parse HEAD` - [ ] `git gc --aggressive` commands. - [ ] Git...

enhancement

- - [ ] Add basic merge conflict handling in the [Merge Conflicts section](https://harshkapadia2.github.io/git_basics/#_merge_conflicts). - During a merge conflict, `git status -s` gives output `UU` (both in red) for files...

- Section: [Contributor Friendly Repository](https://harshkapadia2.github.io/git_basics/#_contributor_friendly_repository) - Learn about Changelogs and add that information **in your own words** in `changelog.adoc` in the https://github.com/HarshKapadia2/git_basics/tree/main/src/content/contributor_friendly_repo directory. - Make sure to add a reference...

enhancement
good-first-issue
first-timers-only

- Add `Branches` section to the `General # 2` section, after the `Internal Working of Git` sub-section. - Use Gaurav Sen's Git video and [this](https://gist.github.com/HarshKapadia2/8405b5c2091ba186fc13fb89aa9505ef) git for some commands

enhancement

- [ ] Improve the '[.gitignore file](https://harshkapadia2.github.io/git_basics/#_gitignore_file)' sub-section. - [ ] Add a code block to the '[Syntax](https://harshkapadia2.github.io/git_basics/#_syntax)' section instead of points. - Add the missing syntax from https://riptutorial.com/git/example/885/ignoring-files-and-directories-with-a--gitignore-file -...

enhancement

- [ ] Add [this](http://justinhileman.info/article/git-pretty/git-pretty.png ) image.

enhancement

Add the following features: - [ ] PRs - [ ] [Learn how to make a PR](https://github.com/firstcontributions/first-contributions) (Can be added to the resources section as well.) - [ ] 'Allow...

enhancement

- Add a search feature on the web site. - I am open to suggestions on the implementation and design. - Optional reference article: https://medium.com/dev-channel/how-to-add-full-text-search-to-your-website-4e9c80ce2bf4

enhancement
help wanted

You could add the following commands - git reset --soft HEAD~1 - used to revert the last commit and retain the changes when changes aren't pushed - git reset --hard...

enhancement