Skip to content

Commit eb0d9bd

Browse files
committed
new git resource
1 parent 51203c0 commit eb0d9bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/pages/02-development-environments/08-git.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ workflow. These resources will come in handy for specific Git subjects.
8787
own list of [lesser known Git commands](https://hackernoon.com/lesser-known-git-commands-151a1918a60)
8888
that alias more complicated Git lines.
8989

90+
* [Little things I like to do with Git](https://csswizardry.com/2017/05/little-things-i-like-to-do-with-git/)
91+
has some nice tips such as easily viewing branches you recently worked
92+
on and generating a changelog from your commits.
93+
9094
* [Git from the inside out](https://codewords.recurse.com/issues/two/git-from-the-inside-out)
9195
demonstrates how Git's graph-based data structure produces certain behavior
9296
through example Git commands. This is a highly recommended read after you've

0 commit comments

Comments
 (0)