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

Since from now on all repositories have default branch main, I think either all `master`s on the website should be replaced by `main`, or a notification on top of the...

enhancement

- This repo uses GitHub Actions and has a CI/CD process that builds the web site from the `master` branch and pushes all the built files to the `gh-pages` branch...

bug

I came across a few git commands which you could add - - git reflog - git branch -vv - git pull -r - git stash - git stash list...

enhancement

> To be added to the `GitHub` section (#5)

enhancement
good-first-issue

- [ ] Add `contributing to Git` - [Git mentoring group](https://groups.google.com/forum/#!forum/git-mentoring) - [GitGitGadget](https://gitgitgadget.github.io/)

enhancement

- Add a standard size to each picture. - Format: `image::img_name.ext[size, size]` - Size is usually `[600, 600]`, but can be tweaked as per requirements. - [ ] Check if...

enhancement
good-first-issue

- Add a link (with the timestamp of the appropriate section) of the [git_basics livestream](https://www.youtube.com/watch?v=HF12-91iazM) to the top of the appropriate section of the web site. - All the topics...

enhancement
good-first-issue

- Git is apparently going to migrate to SHA256 from SHA1. - [Why doesn't Git use more modern SHA? - Stackoverflow article](https://stackoverflow.com/questions/28159071/why-doesnt-git-use-more-modern-sha/) - Any idea about the future or when...

question