diff options
author | Alex Scerba <alex@scerba.org> | 2024-10-29 10:57:01 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 10:57:01 -0400 |
commit | e6c689faf7adb8f59ed25839d35dcff55390b7a7 (patch) | |
tree | 56bb85e554f7b8045deb7720000c96e5e6b68cc9 | |
parent | ddf81ce6c9a8ee50c6dcc4d2f2b18f4f00b98d83 (diff) |
Add new git guides
-rw-r--r-- | static/links.html | 3 |
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>
|