Did anyone say the word Productivity? We're all used to the GitHub User Interface so we usually navigate to GitHub, then search for our…
9 posts tagged with "git"
=> Read more <= What the FORK are you doing?!
March 20, 2023· => Read more <=How to Fork a repository on GitHub is as easy as pressing a button, we take this for granted, but why is it required? Wouldn’t just cloning…
Git: 3 ways of moving commits between branches
January 25, 2023· => Read more <=You're so happy, the first building block of that new feature is ready and it's a great time to commit. You open the terminal and type: But…
4 Ways to Undo a Git Commit - Amend vs Reset
January 12, 2023· => Read more <=I'm quite sure all of these happened to you at least once: You committed a change with the wrong message (typo, wrong tense, etc.) You…
=> Read more <=When Merging a Pull Request on GitHub, you mainly have three options, with a merge commit, squash or rebase. Is there anything wrong in…
🕵️♂️ Learn git alias and boost your productivity
October 22, 2022· => Read more <=Setting up an Alias Repeating the same git commands over and over again can be such a waste of time! And some of the most powerful ones are…
Not feeling ready for Open Source?
October 05, 2022· => Read more <=One of the major blockers for newcomers to Open Source is that unpleasant impression of not feeling ready yet. But the thing is, how does…
Basic Git commands for Open Source
September 30, 2022· => Read more <=Hacktoberfest is starting tomorrow!! Are you ready?? In case you're quite new to git, I will try to explain in a simple way how to use the…
=> Read more <=If you have 59 seconds and in particular you're also on mobile, you might enjoy watching the YouTube #Shorts video. When creating and…