Git Branching & Checking out
What is branching? Branching mean we create a new line of commit history in a temporary working space. We do…
Achieving Developer Excellence with Automated Testing
Git and all things Git
What is branching? Branching mean we create a new line of commit history in a temporary working space. We do…
Let’s begin with the most foundational part of learning Git, the open source tool universally used to write modern software:…
• Can be used to specify notifications for certain people or teams. (—) (—) • Can be used with a…
Doesn’t actually clean yet, just tells you what would be cleaned: For real, delete any files not committed to your…
Here we will make two small changes to your shell to work with Git. These changes will: 1) Make your…
Here’s a good online tutorial for learning GIT
What you may miss off-the-bat is that Heroku’s copy of your app is actually a git repository. It’s like github’s…
I recently had to re-set my git repo, and after I did every time I did git pull or git…
Create a file in your home directory here: ~/.gitconfig (The dot makes it invisible of course) In this file, you…