#git-commands

[ follow ]
fromMedium
4 days ago

Who is Git's favorite child? Tilde or Carat

When using the caret (^) symbol, Git allows you to reference the parent of a commit. For example, 'c5^' refers to the first parent of commit c5.
Software development
[ Load more ]