Skip to content

Commit

Permalink
Announces the new Git Tips and Tricks course at Pluralsight
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampidoglio committed Oct 8, 2024
1 parent b7da703 commit 3930225
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
7 changes: 7 additions & 0 deletions _posts/2014-08-14-the-importance-of-a-good-looking-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,10 @@ Not that you'd ever want to do that.
<li id="github"><a href="https://gist.github.com/ecampidoglio/e380abe1c2556d05d302">Source code for <strong>commit-msg</strong></a></li>
</ul>
</div>

<div class="note">
<p>
<i class="fa fa-play-circle-o fa-2x pull-left pull-left-three-lines"></i>
If you're interested in learning other techniques like the one described in this article, you should check out my <a href="https://www.pluralsight.com/authors/enrico-campidoglio">Pluralsight</a> course <a href="https://www.pluralsight.com/courses/git-tips-tricks">Git Tips and Tricks</a>.
</p>
</div>
2 changes: 1 addition & 1 deletion _posts/2016-08-25-git-undo.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ which, without argument, is the equivalent of saying `git undo 1`.
<div class="note">
<p>
<i class="fa fa-play-circle-o fa-2x pull-left pull-left-three-lines"></i>
Did you find this useful? If you're interested in learning other techniques like the one described in this article, I wrote down a few more in my <a href="http://bit.ly/ps-enrico-campidoglio">Pluralsight</a> course <a href="http://bit.ly/git-tips-tricks">Advanced Git Tips and Tricks</a>.
Did you find this useful? If you're interested in learning other techniques like the one described in this article, I wrote down a few more in my <a href="https://www.pluralsight.com/authors/enrico-campidoglio">Pluralsight</a> course <a href="https://www.pluralsight.com/courses/git-tips-tricks">Git Tips and Tricks</a>.
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-04-19-what-is-in-a-git-branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Git's syntax might be ridiculously opaque at times, but finding out what's in a
<div class="note">
<p>
<i class="fa fa-play-circle-o fa-2x pull-left pull-left-three-lines"></i>
Was this helpful? If you like, you can find even more ways to slice and dice the history of your Git repository in my <a href="http://bit.ly/ps-enrico-campidoglio">Pluralsight</a> course <a href="http://bit.ly/git-tips-tricks">Advanced Git Tips and Tricks</a>.
Was this helpful? If you like, you can find even more ways to slice and dice the history of your Git repository in my <a href="https://www.pluralsight.com/authors/enrico-campidoglio">Pluralsight</a> course <a href="https://www.pluralsight.com/courses/git-tips-tricks">Git Tips and Tricks</a>.
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-03-15-the-case-for-pull-rebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ The combination of using a [Trunk-based development workflow](https://paulhamman
<div class="note">
<p>
<i class="fa fa-play-circle-o fa-2x pull-left pull-left-three-lines"></i>
If you're interested in learning other techniques like the one described in this article, you should check out my <a href="http://bit.ly/ps-enrico-campidoglio">Pluralsight</a> course <a href="http://bit.ly/git-tips-tricks">Advanced Git Tips and Tricks</a>.
If you're interested in learning other techniques like the one described in this article, you should check out my <a href="https://www.pluralsight.com/authors/enrico-campidoglio">Pluralsight</a> course <a href="https://www.pluralsight.com/courses/git-tips-tricks">Git Tips and Tricks</a>.
</p>
</div>

Expand Down
17 changes: 17 additions & 0 deletions _posts/2024-10-08-git-tips-tricks-pluralsight.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: post
title: Git Tips and Tricks
date: 2024-10-08
categories: git
excerpt: "Git is more than just a tool—it’s a Swiss Army knife packed with hidden gems! In my new Git Tips and Tricks course at Pluralsight, I’ll show you how to unlock Git’s full potential."
---

_Git is more than just a tool—it’s a Swiss Army knife packed with hidden gems! In my new [Git Tips and Tricks](https://www.pluralsight.com/courses/git-tips-tricks) course at [Pluralsight](https://www.pluralsight.com/authors/enrico-campidoglio), I’ll show you how to unlock Git’s full potential._

---

In 2016, I released [my first Pluralsight course](https://www.pluralsight.com/authors/enrico-campidoglio) on Git. Since then, Git has evolved—and so have I. That’s why I’m thrilled to introduce my brand-new course [Git Tips and Tricks](https://www.pluralsight.com/courses/git-tips-tricks), showcasing the latest features and techniques of modern Git that can supercharge your workflow.

Whether you're navigating [complex histories](/2014/08/14/the-importance-of-a-good-looking-history/) or [correcting mistakes](/2016/08/25/git-undo/), this course has everything you need to level up your Git game. I'm really proud of how it turned out, and if Git is part of your daily life, I think you’re going to love it!

<iframe width="640" height="360" src="https://www.youtube.com/embed/kyPvIorNU70?si=-62Q9_JC1Tyt4ByH&amp;controls=0" title="Git Tips and Tricks" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

0 comments on commit 3930225

Please sign in to comment.