YAYacine Ayechiinyacineayechi.hashnode.dev·Jul 26, 2022 · 1 min readHow to delete all commit history in GitHub?Deleting the commit history 1. Create Orphan Branch Create a new orphan branch in git repository. The newly created branch will not show in ‘git branch’ command. git checkout --orphan temp_branch 2. Add Files to Branch Now add all files to the newly ...00
YAYacine Ayechiinyacineayechi.hashnode.dev·Jul 25, 2022 · 6 min read8 Best React Courses 2022As web development grows and evolves, it's important that we software developers continue to learn and teach ourselves new technologies. One great framework to add to your skill stack this year (if you haven't already) is React JS. React was introdu...00