Β© 2022 Hashnode
#git
July 1st, 2022 - I decided to learn web development from scratch last month and that journey begins today. This resolution means I would unlearn everything known and learn from the basics of web develβ¦
Requirements for this project A machine with Linux based OS or macOS Python 3 Docker For windows users - You can proceed by installing the Windows Subsystem for Linux Step 1 - Get a cup of coffee aβ¦
What is the goal? π― If you are an open-source contributor, starting a new journey to contribute to open-source projects, or joining a new company, then knowing these GitHub commands will go handy. Liβ¦
I have been working on some Django tasks for a while. I mistakenly pushed my secret key to my public GitHub repository.π¬ Yeah, rookie mistake! π€·π½ββοΈ I immediately received an email from GitGuardianβ¦
Git commit messages are how we communicate to our future selves. They help you understand why a certain line of code was added to the code base. That's why knowing how to write a good Git commit messaβ¦
Not another git cheatsheet you say?? There are a ton of git cheatsheets already there are it is highly unlikely that iβll ever refer to a cheat sheet when I can just google that sh** in 5 min and go tβ¦
I've recently been working with a solution which contains 34 projects. In the file system, the root of the repository had a flat list of all 34 project folders. In the solution were some solution foldβ¦
Github recently released a GitHub profile readme feature where users can create a customized profile README and show it on their profile. The below GIF showβs what my Github profile readme looks like, You can check my Github profile for refβ¦
This a tut for beginners to be introduced to git and github and can resolve each conflicts by this . Itβs easy to apply these concepts and if you get stuck take that as a hurdle and cross it over π€ Gβ¦
For the organization to whose codebase I commit regularly, Git squashing is not encouraged but not prohibited. They discourage it because they may need to look through the commit history to ascertain β¦