aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/links.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/links.html b/static/links.html
index 47b3e40..4c461f6 100644
--- a/static/links.html
+++ b/static/links.html
@@ -256,6 +256,9 @@
<ul>
<li><a href="https://education.github.com/pack">GitHub Student Dev Pack</a></li>
<li><a href="https://github.com/codepath/ios_guides/wiki/Using-Git-with-Terminal">Intro to Git in terminal</a></li>
+ <li><a href="https://stackoverflow.com/questions/17577409/git-remove-merge-commit-from-history">Remove merge commit from history</a></li>
+ <li><a href="https://git-rebase.io">git-rebase.io</a> - intro to git rebase</li>
+ <li><a href="https://jvns.ca/blog/2024/02/01/dealing-with-diverged-git-branches/">Dealing with diverged git branches</a> - remote to local</li>
</ul>
<h3>Go</h3>
<ul>